|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.ml.clustering.Cluster<T>
T - the type of points that can be clusteredpublic class Cluster<T extends Clusterable>
Cluster holding a set of Clusterable points.
| Constructor Summary | |
|---|---|
Cluster()
Build a cluster centered at a specified point. |
|
| Method Summary | |
|---|---|
void |
addPoint(T point)
Add a point to this cluster. |
List<T> |
getPoints()
Get the points contained in the cluster. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cluster()
| Method Detail |
|---|
public void addPoint(T point)
point - point to addpublic List<T> getPoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||