|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.measure.MicroAveragedFMeasure
public class MicroAveragedFMeasure
This class represents the micro-averaged F-Measure metric.
Field Summary | |
---|---|
static java.lang.String |
BETA
|
Constructor Summary | |
---|---|
MicroAveragedFMeasure()
|
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 |
Field Detail |
---|
public static final java.lang.String BETA
Constructor Detail |
---|
public MicroAveragedFMeasure()
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 |