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 interface
IncrementalClassifier
Interface for incremental classification algorithms.interface
IncrementalMultiTargetClassifier
Interface 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 interface
IncrementalClusterer
Interface 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 interface
IncrementalMultiTargetRegressor
Interface for incremental multi-target regression algorithms.interface
IncrementalRegressor
Interface for incremental regression algorithms.
-