Package
weka.classifiers.meta
Synopsis
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter. Like the classifier, 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 FilteredClassifier.
Option | Description |
---|---|
classifier | The base classifier to be used. |
debug | If set to true, classifier may output additional info to the console. |
filter | The filter to be used. |
Capabilities
The table below describes the capabilites of FilteredClassifier.
Capability | Supported |
---|---|
Class | Binary class, Nominal class |
Attributes | Date attributes, Unary attributes, Nominal attributes, String attributes, Binary attributes, Relational attributes, Numeric attributes, Missing values, Empty nominal attributes |
Min # of instances | 0 |