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.4 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o AttributeEvaluator()

Method Index

 o evaluateAttribute(int)
evaluates an individual attribute

Constructors

 o AttributeEvaluator
 public AttributeEvaluator()

Methods

 o evaluateAttribute
 public abstract double evaluateAttribute(int attribute) throws Exception
evaluates an individual attribute

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

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