Package adams.ml.model.classification
Interface MultiTargetClassifier
-
- All Superinterfaces:
Algorithm<MultiTargetClassificationModel>
,CapabilitiesHandler
,Destroyable
,OptionHandler
- All Known Subinterfaces:
IncrementalMultiTargetClassifier
- All Known Implementing Classes:
AbstractMultiTargetClassifier
public interface MultiTargetClassifier extends Algorithm<MultiTargetClassificationModel>
Interface for multi-target classification algorithms.- 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
-
-