| Package | Description |
|---|---|
| edu.gtts.sautrela.vq |
Provides classes for Vector Quantization
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cluster> |
ClusterSet.getClusters()
Returns all the Clusters contained in this ClusterSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterSet.addCluster(Cluster c)
Adds a new Cluster and all its data to this ClusterSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterSet.addCluster(java.util.Collection<Cluster> c)
Adds all the Cluster elements in the specified Collection to this ClusterSet.
|