Uses of Class
moa.clusterers.meta.Algorithm
-
Packages that use Algorithm Package Description moa.clusterers.meta -
-
Uses of Algorithm in moa.clusterers.meta
Fields in moa.clusterers.meta with type parameters of type Algorithm Modifier and Type Field Description ArrayList<Algorithm>
EnsembleClustererAbstract. candidateEnsemble
ArrayList<Algorithm>
EnsembleClustererAbstract. ensemble
Methods in moa.clusterers.meta that return Algorithm Modifier and Type Method Description protected Algorithm
EnsembleClustererAbstract. sampleNewConfiguration(ArrayList<Double> silhs, int parentIdx)
Methods in moa.clusterers.meta with parameters of type Algorithm Modifier and Type Method Description protected double
EnsembleClustererAbstract. computePerformanceMeasure(Algorithm algorithm)
protected double
EnsembleClustererAbstract. predictPerformance(Algorithm newAlgorithm)
protected void
EnsembleClustererAbstract. trainRegressor(Algorithm algortihm, double performance)
Constructors in moa.clusterers.meta with parameters of type Algorithm Constructor Description Algorithm(Algorithm x, double lambda, double reset, boolean keepCurrentModel, boolean reinitialiseWithClusters, int verbose)
-