Package moa.classifiers.active
Interface ALClassifier
-
- All Superinterfaces:
AWTRenderable
,Classifier
,Configurable
,Learner<Example<Instance>>
,MOAObject
,OptionHandler
,Serializable
- All Known Implementing Classes:
ALRandom
,ALUncertainty
public interface ALClassifier extends Classifier
Active Learning Classifier Interface to make AL Classifiers selectable in AL tasks.- Version:
- $Revision: 1 $
- Author:
- Daniel Kottke (daniel dot kottke at ovgu dot de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLastLabelAcqReport()
Returns true if the previously chosen instance was added to the training set of the active learner.-
Methods inherited from interface moa.gui.AWTRenderable
getAWTRenderer
-
Methods inherited from interface moa.classifiers.Classifier
copy, correctlyClassifies, getPredictionForInstance, getSubClassifiers, getVotesForInstance, trainOnInstance
-
Methods inherited from interface moa.learners.Learner
getModel, getModelContext, getModelMeasurements, getPredictionForInstance, getSublearners, getVotesForInstance, isRandomizable, resetLearning, setModelContext, setRandomSeed, trainingHasStarted, trainingWeightSeenByModel, trainOnInstance
-
Methods inherited from interface moa.MOAObject
getDescription, measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-