Package moa.evaluation
Class Separation
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.evaluation.MeasureCollection
-
- moa.evaluation.Separation
-
- All Implemented Interfaces:
Serializable
,MOAObject
public class Separation extends MeasureCollection
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Separation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
protected void evaluateClustering(Clustering clustering, Clustering trueClustering, ArrayList<DataPoint> points) throws Exception
- Specified by:
evaluateClustering
in classMeasureCollection
- Throws:
Exception
-
-