ChiSquaredAttributeEval
Package
weka.attributeSelection
Synopsis
ChiSquaredAttributeEval :
Evaluates the worth of an attribute by computing the value of the chi-squared statistic with respect to the class.
Available in Weka 3.6.x - 3.7.1. Available via the package management system for Weka >= 3.7.2 (chiSquaredAttributeEval).
Options
The table below describes the options available for ChiSquaredAttributeEval.
Option |
Description |
---|---|
binarizeNumericAttributes |
Just binarize numeric attributes instead of properly discretizing them. |
missingMerge |
Distribute counts for missing values. Counts are distributed across other values in proportion to their frequency. Otherwise, missing is treated as a separate value. |
Capabilities
The table below describes the capabilites of ChiSquaredAttributeEval.
Capability |
Supported |
---|---|
Class |
Binary class, Nominal class, Missing class values |
Attributes |
Nominal attributes, Missing values, Numeric attributes, Unary attributes, Date attributes, Empty nominal attributes, Binary attributes |
Min # of instances |
1 |