Example usage for Java weka.attributeSelection InfoGainAttributeEval fields, constructors, methods, implement or subclass
The text is from its open source code.
InfoGainAttributeEval() Constructor |
void | buildEvaluator(Instances data) Initializes an information gain attribute evaluator. |
double | evaluateAttribute(int attribute) evaluates an individual attribute by measuring the amount of information gained about the class given the attribute. |