public class ClusterTree extends java.lang.Object implements java.lang.Iterable<Cluster>
Constructor and Description |
---|
ClusterTree(Cluster pseudoCluster)
Create a new ClusterTree.
|
Modifier and Type | Method and Description |
---|---|
void |
addCluster(Cluster cluster)
Add a Cluster to the bottom of this tree.
|
ClusterTreeRoot |
getRoot()
Return the root of the tree.
|
java.util.Iterator<Cluster> |
iterator() |
public ClusterTree(Cluster pseudoCluster)
pseudoCluster
- A Cluster object representing the original input.public ClusterTreeRoot getRoot()
public void addCluster(Cluster cluster)