Package | Description |
---|---|
edu.ucla.sspace.clustering |
Modifier and Type | Class and Description |
---|---|
class |
CentroidCluster<T extends DoubleVector>
This
Cluster represents only the centroid of the data points assigned
to it. |
class |
SynchronizedCluster<T extends DoubleVector>
A synchronized decorator for
Cluster s. |
Modifier and Type | Method and Description |
---|---|
Cluster<T> |
StreamingKMeans.StreamingKMeansClustering.getCluster(int clusterIndex)
Returns the
Cluster with id clusterIndex . |
Cluster<T> |
OnlineKMeans.OnlineKMeansClustering.getCluster(int clusterIndex)
Returns the
Cluster with id clusterIndex . |
Cluster<T> |
OnlineClustering.getCluster(int clusterIndex)
Returns the
Cluster with id clusterIndex . |
Modifier and Type | Method and Description |
---|---|
List<Cluster<T>> |
StreamingKMeans.StreamingKMeansClustering.getClusters()
Returns the list of all
Cluster s. |
List<Cluster<T>> |
OnlineKMeans.OnlineKMeansClustering.getClusters()
Returns the list of all
Cluster s. |
List<Cluster<T>> |
OnlineClustering.getClusters()
Returns the list of all
Cluster s. |
Modifier and Type | Method and Description |
---|---|
void |
Cluster.merge(Cluster<T> other)
|
void |
CentroidCluster.merge(Cluster<T> other)
|
void |
SynchronizedCluster.merge(Cluster<T> other)
|
Constructor and Description |
---|
SynchronizedCluster(Cluster<T> cluster)
Creates a synchronized accessor to
cluster . |
Copyright © 2012. All Rights Reserved.