All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.attributeSelection.AttributeEvaluator

java.lang.Object
    |
    +----weka.attributeSelection.ASEvaluation
            |
            +----weka.attributeSelection.AttributeEvaluator

public abstract class AttributeEvaluator
extends ASEvaluation
Abstract attribute evaluator. Evaluate attributes individually.

Version:
$Revision: 1.7 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o AttributeEvaluator()
 

Method Index

 o evaluateAttribute(int)
evaluates an individual attribute

Constructor Detail

 o AttributeEvaluator
public AttributeEvaluator()

Method Detail

 o evaluateAttribute
public abstract double evaluateAttribute(int attribute) throws java.lang.Exception
          evaluates an individual attribute
Parameters:
attribute - the index of the attribute to be evaluated
Returns:
the "merit" of the attribute
Throws:
java.lang.Exception - if the attribute could not be evaluated

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home