Missing Values Categorical Strategy
Define a missing values treatment for a categorical attribute. You can select one of the following treatments:
- Replace with: Replace a missing value with one of the following values:
- None: Don't replace missing values.
- Mode: Replace a missing value with the mode of the values of the attribute.
- Replace with custom value: Replace a missing value with a specified value. You must specify a value with the same datatype as the attribute.
- Drop attribute if column is null: If the value of the attribute is
NULL
, drop the case.
The default treatment is Replace with: None.
Copyright © 2006, 2008, Oracle. All rights
reserved.