|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.AbstractObjectiveFunction
net.sf.myra.datamining.function.AccuracyFunction
public class AccuracyFunction
Constructor Summary | |
---|---|
AccuracyFunction(Dataset dataset)
Default constructor. |
Method Summary | |
---|---|
net.sf.myra.framework.Cost |
evaluate(net.sf.myra.framework.Trail trail)
|
Methods inherited from class net.sf.myra.datamining.AbstractObjectiveFunction |
---|
getDataset, setDataset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccuracyFunction(Dataset dataset)
dataset
- the dataset used in the evaluation.Method Detail |
---|
public net.sf.myra.framework.Cost evaluate(net.sf.myra.framework.Trail trail)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |