Example usage for Java weka.clusterers FarthestFirst 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. |
Instances | getClusterCentroids() Get the centroids found by FarthestFirst |
int | numberOfClusters() Returns the number of clusters. |
void | setNumClusters(int n) set the number of clusters to generate |
void | setOptions(String[] options) Parses a given list of options. |