Uses of Interface
adams.ml.model.IncrementalAlgorithm
-
Packages that use IncrementalAlgorithm Package Description adams.ml.model.classification adams.ml.model.clustering adams.ml.model.regression -
-
Uses of IncrementalAlgorithm in adams.ml.model.classification
Subinterfaces of IncrementalAlgorithm in adams.ml.model.classification Modifier and Type Interface Description interfaceIncrementalClassifierInterface for incremental classification algorithms.interfaceIncrementalMultiTargetClassifierInterface for incremental multi-target classification algorithms. -
Uses of IncrementalAlgorithm in adams.ml.model.clustering
Subinterfaces of IncrementalAlgorithm in adams.ml.model.clustering Modifier and Type Interface Description interfaceIncrementalClustererInterface for incremental cluster algorithms. -
Uses of IncrementalAlgorithm in adams.ml.model.regression
Subinterfaces of IncrementalAlgorithm in adams.ml.model.regression Modifier and Type Interface Description interfaceIncrementalMultiTargetRegressorInterface for incremental multi-target regression algorithms.interfaceIncrementalRegressorInterface for incremental regression algorithms.
-