@KFIgnore public class AggregateableFilteredClassifierUpdateable extends AggregateableFilteredClassifier implements weka.classifiers.UpdateableClassifier, UpdateableBatchProcessor
Constructor and Description |
---|
AggregateableFilteredClassifierUpdateable() |
Modifier and Type | Method and Description |
---|---|
void |
batchFinished()
Signal that the training data is finished (for now).
|
void |
setClassifier(weka.classifiers.Classifier c) |
java.lang.String |
toString() |
void |
updateClassifier(weka.core.Instance instance) |
aggregate, buildClassifier, distributionForInstance, finalizeAggregation, getOptions, getPathToPreConstructedFilter, getPreConstructedFilter, listOptions, setOptions, setPathToPreConstructedFilter, setPreConstructedFilter
classifierTipText, getCapabilities, getClassifier, postExecution, preExecution
batchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getRevision, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces
public AggregateableFilteredClassifierUpdateable()
public void setClassifier(weka.classifiers.Classifier c)
setClassifier
in class weka.classifiers.SingleClassifierEnhancer
public void updateClassifier(weka.core.Instance instance) throws java.lang.Exception
updateClassifier
in interface weka.classifiers.UpdateableClassifier
java.lang.Exception
public java.lang.String toString()
toString
in class AggregateableFilteredClassifier
public void batchFinished() throws java.lang.Exception
UpdateableBatchProcessor
batchFinished
in interface UpdateableBatchProcessor
java.lang.Exception
- if a problem occurs