Package moa.evaluation
Class F1
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.evaluation.MeasureCollection
-
- moa.evaluation.F1
-
- All Implemented Interfaces:
Serializable
,MOAObject
public class F1 extends MeasureCollection
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description F1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluateClustering(Clustering clustering, Clustering trueClustering, ArrayList<DataPoint> points)
protected String[]
getNames()
-
Methods inherited from class moa.evaluation.MeasureCollection
addEmptyValue, addEventType, addValue, addValue, clean, evaluateClusteringPerformance, getAllValues, getDefaultEnabled, getDescription, getEventType, getLastValue, getLowerQuartile, getMaxValue, getMean, getMeanRunningTime, getMedian, getMinValue, getName, getNumberOfValues, getNumMeasures, getUpperQuartile, getValue, isEnabled, setEnabled
-
Methods inherited from class moa.AbstractMOAObject
copy, copy, measureByteSize, measureByteSize, toString
-
-
-
-
Method Detail
-
getNames
protected String[] getNames()
- Specified by:
getNames
in classMeasureCollection
-
evaluateClustering
public void evaluateClustering(Clustering clustering, Clustering trueClustering, ArrayList<DataPoint> points)
- Specified by:
evaluateClustering
in classMeasureCollection
-
-