Class | Description |
---|---|
AddClassification |
A filter for adding the classification, the class distribution and an error flag to a dataset with a classifier.
|
AttributeSelection |
A supervised attribute filter that can be used to select attributes.
|
ClassOrder |
Changes the order of the classes so that the class values are no longer of in the order specified in the header.
|
Discretize |
An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.
|
NominalToBinary |
Converts all nominal attributes into binary numeric attributes.
|
PLSFilter |
Runs Partial Least Square Regression over the given instances and computes the resulting beta matrix for prediction.
By default it replaces missing values and centers the data. For more information see: Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002). |