Package moa.evaluation
Interface ALClassificationPerformanceEvaluator
-
- All Superinterfaces:
CapabilitiesHandler
,ClassificationPerformanceEvaluator
,LearningPerformanceEvaluator<Example<Instance>>
,MOAObject
,Serializable
- All Known Implementing Classes:
ALWindowClassificationPerformanceEvaluator
public interface ALClassificationPerformanceEvaluator extends ClassificationPerformanceEvaluator
Active Learning Evaluator Interface to make AL Evaluators selectable in AL tasks.- Version:
- $Revision: 1 $
- Author:
- Daniel Kottke (daniel.kottke@ovgu.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doLabelAcqReport(Example<Instance> trainInst, int labelAcquired)
Reports if a label of an instance was acquired.-
Methods inherited from interface moa.capabilities.CapabilitiesHandler
getCapabilities
-
Methods inherited from interface moa.evaluation.LearningPerformanceEvaluator
addResult, addResult, defineImmutableCapabilities, getPerformanceMeasurements, reset
-
Methods inherited from interface moa.MOAObject
copy, getDescription, measureByteSize
-
-