Example usage for Java weka.clusterers AbstractClusterer fields, constructors, methods, implement or subclass
The text is from its open source code.
int | clusterInstance(Instance instance) Classifies a given instance. |
Clusterer | forName(String clustererName, String[] options) Creates a new instance of a clusterer given it's class name and (optional) arguments to pass to it's setOptions method. |
Clusterer | makeCopy(Clusterer model) Creates a deep copy of the given clusterer using serialization. |