public class FadingTargetMean extends TargetMean
| Modifier and Type | Field and Description |
|---|---|
FloatOption |
fadingFactorOption |
errorSum, fadingErrorFactorOption, n, nError, sumclassifierRandom, modelContext, randomSeed, randomSeedOption, trainingWeightSeenByModelclassOptionNamesToPreparedObjects, options| Constructor and Description |
|---|
FadingTargetMean() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getVotesForInstance(weka.core.Instance inst)
Predicts the class memberships for a given instance.
|
void |
resetLearningImpl()
Resets this classifier.
|
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. |
getCurrentError, getModelDescription, getModelMeasurementsImpl, isRandomizable, reset, resetError, updateAccumulatedErrorcontextIsCompatible, copy, correctlyClassifies, getAttributeNameString, getAWTRenderer, getClassLabelString, getClassNameString, getDescription, getModelContext, getModelMeasurements, getNominalValueString, getPurposeString, getSubClassifiers, modelAttIndexToInstanceAttIndex, modelAttIndexToInstanceAttIndex, prepareForUseImpl, resetLearning, setModelContext, setRandomSeed, trainingHasStarted, trainingWeightSeenByModel, trainOnInstancediscoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUsecopy, measureByteSize, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCLICreationString, getOptions, prepareForUse, prepareForUsemeasureByteSizepublic FloatOption fadingFactorOption
public void trainOnInstanceImpl(weka.core.Instance inst)
AbstractClassifiertrainOnInstanceImpl in class TargetMeaninst - the instance to be used for trainingpublic void resetLearningImpl()
AbstractClassifierresetLearningImpl in class TargetMeanpublic double[] getVotesForInstance(weka.core.Instance inst)
ClassifiergetVotesForInstance in interface ClassifiergetVotesForInstance in class TargetMeaninst - the instance to be classifiedCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.