Package moa.clusterers.meta
Class Algorithm
- java.lang.Object
-
- moa.clusterers.meta.Algorithm
-
public class Algorithm extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
algorithm
Attribute[]
attributes
AbstractClusterer
clusterer
boolean
isDefault
IParameter[]
parameters
double
performanceMeasure
double
prediction
boolean
preventRemoval
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
adjustAlgorithm(boolean keepCurrentModel, boolean reinitialiseWithClusters, int verbose)
double[]
getParamVector(int padding)
void
init()
-
-
-
Field Detail
-
algorithm
public String algorithm
-
parameters
public IParameter[] parameters
-
clusterer
public AbstractClusterer clusterer
-
attributes
public Attribute[] attributes
-
prediction
public double prediction
-
performanceMeasure
public double performanceMeasure
-
preventRemoval
public boolean preventRemoval
-
isDefault
public boolean isDefault
-
-
Constructor Detail
-
Algorithm
public Algorithm(Algorithm x, double lambda, double reset, boolean keepCurrentModel, boolean reinitialiseWithClusters, int verbose)
-
Algorithm
public Algorithm(moa.clusterers.meta.AlgorithmConfiguration x)
-
-