public class MLOzaBagAdwin extends OzaBagAdwin
Modifier and Type | Field and Description |
---|---|
protected int |
m_L |
ADError, baseLearnerOption, ensemble, ensembleSizeOption
classifierRandom, modelContext, randomSeed, randomSeedOption, trainingWeightSeenByModel
classOptionNamesToPreparedObjects, options
Constructor and Description |
---|
MLOzaBagAdwin() |
Modifier and Type | Method and Description |
---|---|
double[] |
getVotesForInstance(weka.core.Instance x)
Predicts the class memberships for a given instance.
|
void |
setModelContext(InstancesHeader raw_header)
Sets the reference to the header of the data stream.
|
void |
trainOnInstanceImpl(weka.core.Instance inst)
Trains this classifier incrementally using the given instance.
The reason for ...Impl methods: ease programmer burden by not requiring them to remember calls to super in overridden methods. |
getModelDescription, getModelMeasurementsImpl, getPurposeString, getSubClassifiers, isRandomizable, resetLearningImpl
contextIsCompatible, copy, correctlyClassifies, getAttributeNameString, getAWTRenderer, getClassLabelString, getClassNameString, getDescription, getModelContext, getModelMeasurements, getNominalValueString, modelAttIndexToInstanceAttIndex, modelAttIndexToInstanceAttIndex, prepareForUseImpl, resetLearning, setRandomSeed, trainingHasStarted, trainingWeightSeenByModel, trainOnInstance
discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCLICreationString, getOptions, prepareForUse, prepareForUse
measureByteSize
public void setModelContext(InstancesHeader raw_header)
Classifier
Instances
.
This header is needed to know the number of classes and attributessetModelContext
in interface Classifier
setModelContext
in class AbstractClassifier
raw_header
- the reference to the data stream headerpublic void trainOnInstanceImpl(weka.core.Instance inst)
AbstractClassifier
trainOnInstanceImpl
in class OzaBagAdwin
inst
- the instance to be used for trainingpublic double[] getVotesForInstance(weka.core.Instance x)
Classifier
getVotesForInstance
in interface Classifier
getVotesForInstance
in class OzaBagAdwin
x
- the instance to be classifiedCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.