util.featureSelection.implementations
Class TestAttribEval

java.lang.Object
  extended by weka.attributeSelection.ASEvaluation
      extended by weka.attributeSelection.AttributeEvaluator
          extended by util.featureSelection.implementations.TestAttribEval
All Implemented Interfaces:
java.io.Serializable

public class TestAttribEval
extends weka.attributeSelection.AttributeEvaluator

See Also:
Serialized Form

Field Summary
 double[] evals
           
static long serialVersionUID
           
 
Constructor Summary
TestAttribEval()
           
 
Method Summary
 void buildEvaluator(weka.core.Instances instances)
           
 double evaluateAttribute(int attribute)
           
 
Methods inherited from class weka.attributeSelection.ASEvaluation
forName, makeCopies, postProcess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

evals

public double[] evals
Constructor Detail

TestAttribEval

public TestAttribEval()
Method Detail

buildEvaluator

public void buildEvaluator(weka.core.Instances instances)
Specified by:
buildEvaluator in class weka.attributeSelection.ASEvaluation

evaluateAttribute

public double evaluateAttribute(int attribute)
Specified by:
evaluateAttribute in class weka.attributeSelection.AttributeEvaluator