Package adams.ml.model.classification
Interface Classifier
-
- All Superinterfaces:
Algorithm<ClassificationModel>
,CapabilitiesHandler
,Destroyable
,OptionHandler
- All Known Subinterfaces:
IncrementalClassifier
- All Known Implementing Classes:
AbstractClassifier
,WekaClassifier
public interface Classifier extends Algorithm<ClassificationModel>
Interface for 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.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-