Package moa.learners
Interface LearnerSemiSupervised<E extends Example>
-
- All Superinterfaces:
AWTRenderable
,Configurable
,Learner<Example<Instance>>
,MOAObject
,OptionHandler
,Serializable
public interface LearnerSemiSupervised<E extends Example> extends Learner<Example<Instance>>
- Author:
- RSousa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Prediction
getTrainingPrediction()
-
Methods inherited from interface moa.gui.AWTRenderable
getAWTRenderer
-
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
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-
-
-
Method Detail
-
getTrainingPrediction
Prediction getTrainingPrediction()
-
-