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