FilteredAttributeEval
Package
weka.attributeSelection
Synopsis
Class for running an arbitrary attribute evaluator on data that has been passed through an arbitrary filter (note: filters that alter the order or number of attributes are not allowed). Like the evaluator, the structure of the filter is based exclusively on the training data.
Available in Weka 3.6.x - 3.7.1. Available via the package management system for Weka >= 3.7.2 (filteredAttributeSelection).
Options
The table below describes the options available for FilteredAttributeEval.
Option |
Description |
---|---|
attributeEvaluator |
The attribute evaluator to be used. |
filter |
The filter to be used. |
Capabilities
The table below describes the capabilites of FilteredAttributeEval.
Capability |
Supported |
---|---|
Class |
Nominal class, Binary class |
Attributes |
Missing values, Date attributes, Unary attributes, Empty nominal attributes, Numeric attributes, Nominal attributes, Binary attributes, Relational attributes, String attributes |
Min # of instances |
0 |