T
- the type of points that can be clusteredpublic class Cluster<T extends Clusterable> extends Object implements Serializable
Clusterable
points.Constructor and Description |
---|
Cluster()
Build a cluster centered at a specified point.
|
Modifier and Type | Method and Description |
---|---|
void |
addPoint(T point)
Add a point to this cluster.
|
List<T> |
getPoints()
Get the points contained in the cluster.
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics