Package adams.ml.model.classification
Interface IncrementalClassifier
-
- All Superinterfaces:
Algorithm<ClassificationModel>
,CapabilitiesHandler
,Classifier
,Destroyable
,IncrementalAlgorithm<ClassificationModel>
,OptionHandler
public interface IncrementalClassifier extends Classifier, IncrementalAlgorithm<ClassificationModel>
Interface for incremental classification algorithms.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.ml.model.Algorithm
buildModel, getCapabilities, handles
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.ml.model.IncrementalAlgorithm
updateModel, updateModel
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-