public class AgglomerativeHierarchicalClustering.Cluster
extends java.lang.Object
Constructor and Description |
---|
Cluster(AgglomerativeHierarchicalClustering.Cluster left,
AgglomerativeHierarchicalClustering.Cluster right,
float[] clusterDistanceSimilarityArray) |
Cluster(float[] clusterDistanceSimilarityArray) |
Modifier and Type | Method and Description |
---|---|
void |
kill() |
boolean |
live() |
public Cluster(float[] clusterDistanceSimilarityArray)
public Cluster(AgglomerativeHierarchicalClustering.Cluster left, AgglomerativeHierarchicalClustering.Cluster right, float[] clusterDistanceSimilarityArray)