public class ClusteringPanelSubPanel
extends Composite
Constructor and Description |
---|
ClusteringPanelSubPanel(String dependentStyleName,
int depth,
ClusteringPanel parent)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkComplete()
A method that check the validation of the fields in the Clustering Panel Sub Panel
|
String |
getClusterName()
Get the cluster name
|
int |
getClusterSize()
Get the cluster size
|
int |
getDepth()
Return the tree depth of this node
|
double |
getIntraClusterCorrelation()
Get the intra-cluster correlation
|
void |
loadFromClusterNode(ClusterNode clusterNode)
Load the panel information from the ClusterNode object
|
public ClusteringPanelSubPanel(String dependentStyleName, int depth, ClusteringPanel parent)
public boolean checkComplete()
public void loadFromClusterNode(ClusterNode clusterNode)
clusterNode
- the ClusterNode objectpublic String getClusterName()
public int getClusterSize()
public double getIntraClusterCorrelation()
public int getDepth()
University of Colorado Denver, Department of Biostatistics and Informatics