T
- the type of points that can be clusteredpublic class Cluster<T extends Clusterable>
extends java.lang.Object
implements java.io.Serializable
Clusterable
points.Modifier and Type | Field and Description |
---|---|
private java.util.List<T> |
points
The points contained in this cluster.
|
private static long |
serialVersionUID
Serializable version identifier.
|
Constructor and Description |
---|
Cluster()
Build a cluster centered at a specified point.
|
private static final long serialVersionUID
private final java.util.List<T extends Clusterable> points
Copyright (c) 2003-2013 Apache Software Foundation