| GvmCluster<S extends GvmSpace,K> |
A cluster of points.
|
| GvmClusters<S extends GvmSpace,K> |
Maintains a collection of clusters which are adjusted as new elements are
added.
|
| GvmDefaultKeyer<K> |
Merges keys by choosing the non-null key of the more massive cluster when
available.
|
| GvmListKeyer<K> |
Allows multiple keys to be associated with clusters in the form of a lists
which may be concatenated when clusters merge.
|
| GvmNullKeyer<K> |
Simply discards all keys.
|
| GvmResult<K> |
A snapshot of a cluster that has been produced as the result of clustering a
number of coordinates.
|
| GvmSimpleKeyer<K> |
A convenience class that reduces the task of choosing a key for a cluster to
that of choosing-between/combining two non-null keys.
|
| GvmSpace |
|
| GvmVectorSpace |
|