|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.measure.AccuracyMeasure
public class AccuracyMeasure
This class represents the accuracy measure.
Model
Constructor Summary | |
---|---|
AccuracyMeasure()
|
Method Summary | |
---|---|
Unit<java.lang.Double> |
evaluate(Dataset dataset,
Model model)
Evaluates the specified model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccuracyMeasure()
Method Detail |
---|
public Unit<java.lang.Double> evaluate(Dataset dataset, Model model)
Measure
evaluate
in interface Measure
dataset
- the test dataset.model
- the model to be evaluated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |