|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.attributeSelection.ASEvaluation
weka.attributeSelection.SubsetEvaluator
Abstract attribute subset evaluator.
Constructor Summary | |
SubsetEvaluator()
|
Method Summary | |
abstract double |
evaluateSubset(java.util.BitSet subset)
evaluates a subset of attributes |
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 SubsetEvaluator()
Method Detail |
public abstract double evaluateSubset(java.util.BitSet subset) throws java.lang.Exception
subset
- a bitset representing the attribute subset to be
evaluated
java.lang.Exception
- if the subset could not be evaluated
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |