|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterCenterStrategy
A strategy to determine what is meant by the center of a cluster. Sometimes,
cluster center refers to a cluster's centroid
and other times it
refers to a cluster's mean
.
Method Summary | |
---|---|
Vector |
getCenter(int i)
Sub-classes should implement this method to return the desired center of cluster i. |
Method Detail |
---|
Vector getCenter(int i)
i
- The integer representing the cluster for which a center should be returned
Vector
representing the center of cluster i
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |