Java weka.attributeSelection GainRatioAttributeEval fields, constructors, methods, implement or subclass

Example usage for Java weka.attributeSelection GainRatioAttributeEval fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.attributeSelection GainRatioAttributeEval.

The text is from its open source code.

Constructor

Method

voidbuildEvaluator(Instances data)
Initializes a gain ratio attribute evaluator.
doubleevaluateAttribute(int attribute)
evaluates an individual attribute by measuring the gain ratio of the class given the attribute.