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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidbuildEvaluator(Instances data)
Initializes an information gain attribute evaluator.
doubleevaluateAttribute(int attribute)
evaluates an individual attribute by measuring the amount of information gained about the class given the attribute.