Uses of Class
util.bio.cluster.Cluster

Packages that use Cluster
util.bio.cluster Clustering apps and methods. 
 

Uses of Cluster in util.bio.cluster
 

Methods in util.bio.cluster that return Cluster
 Cluster HierarchicalClustering.getMegaCluster()
           
 Cluster Cluster.getBottomCluster()
           
 Cluster Cluster.getParentCluster()
           
 Cluster Cluster.getTopCluster()
           
 

Methods in util.bio.cluster with parameters of type Cluster
 double ClusterDrawPanel.fetchClusterCenterY(Cluster c)
          Returns the 'middle' Y coordinate for the cluster.
 double ClusterDrawPanel.fetchTopCenterY(Cluster cluster)
          Recurse through clusters always going higher to find center
 double ClusterDrawPanel.fetchBottomCenterY(Cluster cluster)
          Recurse through clusters always going lower to find center
 void Cluster.setBottomCluster(Cluster bottomCluster)
           
 void Cluster.setParentCluster(Cluster parentCluster)
           
 void Cluster.setTopCluster(Cluster topCluster)
           
 

Constructors in util.bio.cluster with parameters of type Cluster
Cluster(Cluster one, Cluster two, double correlationCoefficient, java.lang.StringBuffer results)
          Secondary Constructor