Example usage for Java weka.clusterers Clusterer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClusterer(Instances data) Generates a clusterer. |
int | clusterInstance(Instance instance) Classifies a given instance. |
double[] | distributionForInstance(Instance instance) Predicts the cluster memberships for a given instance. |
int | numberOfClusters() Returns the number of clusters. |