weka.attributeSelection
Interface AttributeEvaluator

All Known Implementing Classes:
CorrelationAttributeEval, GainRatioAttributeEval, InfoGainAttributeEval, OneRAttributeEval, PrincipalComponents, ReliefFAttributeEval, SymmetricalUncertAttributeEval, UnsupervisedAttributeEvaluator

public interface AttributeEvaluator

Interface for classes that evaluate attributes individually.

Version:
$Revision: 8034 $
Author:
Mark Hall ([email protected])

Method Summary
 double evaluateAttribute(int attribute)
          evaluates an individual attribute
 

Method Detail

evaluateAttribute

double evaluateAttribute(int attribute)
                         throws Exception
evaluates an individual attribute

Parameters:
attribute - the index of the attribute to be evaluated
Returns:
the "merit" of the attribute
Throws:
Exception - if the attribute could not be evaluated


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.