Uses of Interface
adams.ml.model.Algorithm
-
Packages that use Algorithm Package Description adams.ml.model adams.ml.model.classification adams.ml.model.clustering adams.ml.model.regression -
-
Uses of Algorithm in adams.ml.model
Subinterfaces of Algorithm in adams.ml.model Modifier and Type Interface Description interface
IncrementalAlgorithm<T extends Model>
Interface for incremental algorithms. -
Uses of Algorithm in adams.ml.model.classification
Subinterfaces of Algorithm in adams.ml.model.classification Modifier and Type Interface Description interface
Classifier
Interface for classification algorithms.interface
IncrementalClassifier
Interface for incremental classification algorithms.interface
IncrementalMultiTargetClassifier
Interface for incremental multi-target classification algorithms.interface
MultiTargetClassifier
Interface for multi-target classification algorithms.Classes in adams.ml.model.classification that implement Algorithm Modifier and Type Class Description class
AbstractClassifier
Ancestor for classification algorithms.class
AbstractMultiTargetClassifier
Ancestor for multi-target classification algorithms.class
WekaClassifier
Wraps around a Weka classifier that handles nominal classes (= classification). -
Uses of Algorithm in adams.ml.model.clustering
Subinterfaces of Algorithm in adams.ml.model.clustering Modifier and Type Interface Description interface
Clusterer
Interface for clustering algorithms.interface
IncrementalClusterer
Interface for incremental cluster algorithms.Classes in adams.ml.model.clustering that implement Algorithm Modifier and Type Class Description class
AbstractClusterer
Ancestor for clustering algorithms.class
WekaClusterer
Wraps around a Weka clusterer. -
Uses of Algorithm in adams.ml.model.regression
Subinterfaces of Algorithm 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.interface
MultiTargetRegressor
Interface for multi-target regression algorithms.interface
Regressor
Interface for regression algorithms.Classes in adams.ml.model.regression that implement Algorithm Modifier and Type Class Description class
AbstractMultiTargetRegressor
Ancestor for regression algorithms.class
AbstractRegressor
Ancestor for regression algorithms.class
WekaRegressor
Wraps around a Weka classifier that handles numeric classes (= regression).
-