Package moa.evaluation
Class ChangeDetectionMeasures
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.evaluation.MeasureCollection
-
- moa.evaluation.ChangeDetectionMeasures
-
- All Implemented Interfaces:
Serializable
,ClassificationMeasureCollection
,MOAObject
public class ChangeDetectionMeasures extends MeasureCollection implements ClassificationMeasureCollection
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeDetectionMeasures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluateClustering(Clustering clustering, Clustering trueClustering, ArrayList<DataPoint> points)
protected boolean[]
getDefaultEnabled()
String[]
getNames()
-
Methods inherited from class moa.evaluation.MeasureCollection
addEmptyValue, addEventType, addValue, addValue, clean, evaluateClusteringPerformance, getAllValues, 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
public String[] getNames()
- Specified by:
getNames
in classMeasureCollection
-
getDefaultEnabled
protected boolean[] getDefaultEnabled()
- Overrides:
getDefaultEnabled
in classMeasureCollection
-
evaluateClustering
public void evaluateClustering(Clustering clustering, Clustering trueClustering, ArrayList<DataPoint> points)
- Specified by:
evaluateClustering
in classMeasureCollection
-
-