Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterStatistics.getCluster()
Return the Cluster on which we are operating.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Clusterer.fireClusterCreatedEvent(Cluster c)
Calls
ClustererEventListener#clusterCreated(c) on the event
listener. |
Constructor and Description |
---|
ClusterStatistics(Cluster cluster)
Create a ClusterStatistics object for the given Cluster.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterTreeLeaf.getCluster()
Return the cluster associated with this node.
|
Cluster |
ClusterTreeRoot.getPseudoCluster()
Get the pseudo-cluster for this node.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Cluster> |
ClusterTree.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTree.addCluster(Cluster cluster)
Add a Cluster to the bottom of this tree.
|
Constructor and Description |
---|
ClusterTree(Cluster pseudoCluster)
Create a new ClusterTree.
|
ClusterTreeLeaf(Cluster cluster)
Create a new ClusterTreeLeaf with the given cluster as data.
|
ClusterTreeRoot(Cluster pseudoCluster)
Create a new ClusterTreeRoot.
|
Modifier and Type | Method and Description |
---|---|
void |
ClustererEventListenerUI.clusterCreated(Cluster c) |
Constructor and Description |
---|
JClusterBox(Cluster cluster,
GroupedXLog parentlog,
JClusteringSidePane infopane)
Create a new JClusterBox for the given Cluster.
|
JRootBox(Cluster cluster,
GroupedXLog parentlog,
JClusteringSidePane infopane)
Create a new JRootBox for the given Cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
ClustererEventListener.clusterCreated(Cluster c)
Indicates that a new Cluster has been created by the algorithm.
|