|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Clusterer<T>
Date: Feb 13, 2009 10:15:34 AM
Method Summary | |
---|---|
Clusters<T> |
cluster(int numClusters)
Calculate the specified number of clusters and return the results. |
void |
reset(java.lang.String label)
Resets the clusterer for another run. |
Method Detail |
---|
void reset(java.lang.String label)
label
- the label of the clustering instancesClusters<T> cluster(int numClusters)
numClusters
- the number of clusters to caclulate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |