FilteredAssociator
Package
weka.associations
Synopsis
Class for running an arbitrary associator on data that has been passed through an arbitrary filter. Like the associator, the structure of the filter is based exclusively on the training data and test instances will be processed by the filter without changing their structure.
Options
The table below describes the options available for FilteredAssociator.
Option |
Description |
---|---|
associator |
The base associator to be used. |
classIndex |
Index of the class attribute. If set to -1, the last attribute is taken as class attribute. |
filter |
The filter to be used. |
Capabilities
The table below describes the capabilites of FilteredAssociator.
Capability |
Supported |
---|---|
Class |
No class, Numeric class, Unary class, Missing class values, Date class, Nominal class, String class, Empty nominal class, Binary class, Relational class |
Attributes |
Missing values, String attributes, Nominal attributes, Numeric attributes, Date attributes, Unary attributes, Empty nominal attributes, Relational attributes, Binary attributes |
Min # of instances |
0 |