|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.attributeSelection.ASEvaluation
weka.attributeSelection.AttributeEvaluator
util.featureSelection.implementations.TestAttribEval
public class TestAttribEval
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 |
---|
public static final long serialVersionUID
public double[] evals
Constructor Detail |
---|
public TestAttribEval()
Method Detail |
---|
public void buildEvaluator(weka.core.Instances instances)
buildEvaluator
in class weka.attributeSelection.ASEvaluation
public double evaluateAttribute(int attribute)
evaluateAttribute
in class weka.attributeSelection.AttributeEvaluator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |