|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweka.attributeSelection.ASEvaluation
weka.attributeSelection.AttributeEvaluator
Abstract attribute evaluator. Evaluate attributes individually.
| Constructor Summary | |
AttributeEvaluator()
|
|
| Method Summary | |
abstract double |
evaluateAttribute(int attribute)
evaluates an individual attribute |
| Methods inherited from class weka.attributeSelection.ASEvaluation |
buildEvaluator, forName, makeCopies, postProcess |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeEvaluator()
| Method Detail |
public abstract double evaluateAttribute(int attribute)
throws java.lang.Exception
attribute - the index of the attribute to be evaluated
java.lang.Exception - if the attribute could not be evaluated
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||