Package moa.classifiers
Interface MultiTargetLearnerSemiSupervised
-
- All Superinterfaces:
AWTRenderable
,Classifier
,Configurable
,Learner<Example<Instance>>
,MOAObject
,MultiLabelLearner
,OptionHandler
,Serializable
- All Known Implementing Classes:
AMRulesMultiLabelLearnerSemiSuper
,AMRulesMultiTargetRegressorSemiSuper
,ISOUPTree
,ISOUPTreeRF
public interface MultiTargetLearnerSemiSupervised extends MultiLabelLearner
- Author:
- RSousa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Prediction
getPredictionForInstance(MultiLabelInstance instance)
Prediction
getTrainingPrediction()
void
trainOnInstanceImpl(MultiLabelInstance instance)
-
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
-
-
-
-
Method Detail
-
getTrainingPrediction
Prediction getTrainingPrediction()
-
trainOnInstanceImpl
void trainOnInstanceImpl(MultiLabelInstance instance)
- Specified by:
trainOnInstanceImpl
in interfaceMultiLabelLearner
-
getPredictionForInstance
Prediction getPredictionForInstance(MultiLabelInstance instance)
- Specified by:
getPredictionForInstance
in interfaceMultiLabelLearner
-
-