util.bio.cluster
Class Cluster
java.lang.Object
util.bio.cluster.Cluster
- All Implemented Interfaces:
- java.io.Serializable
- public class Cluster
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Cluster(Cluster one,
Cluster two,
double correlationCoefficient,
java.lang.StringBuffer results)
Secondary Constructor |
Cluster(java.io.File floatArrayFile,
java.lang.String name)
Initializing Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cluster
public Cluster(java.io.File floatArrayFile,
java.lang.String name)
- Initializing Constructor
Cluster
public Cluster(Cluster one,
Cluster two,
double correlationCoefficient,
java.lang.StringBuffer results)
- Secondary Constructor
getValues
public float[] getValues()
getBottomCluster
public Cluster getBottomCluster()
setBottomCluster
public void setBottomCluster(Cluster bottomCluster)
getCorrelationCoefficient
public double getCorrelationCoefficient()
setCorrelationCoefficient
public void setCorrelationCoefficient(double correlationCoefficient)
getFloatArrayFile
public java.io.File getFloatArrayFile()
setFloatArrayFile
public void setFloatArrayFile(java.io.File floatArrayFile)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getParentCluster
public Cluster getParentCluster()
setParentCluster
public void setParentCluster(Cluster parentCluster)
getTopCluster
public Cluster getTopCluster()
setTopCluster
public void setTopCluster(Cluster topCluster)
getTotalClusters
public double getTotalClusters()
getNameLabel
public javax.swing.JLabel getNameLabel()
setNameLabel
public void setNameLabel(javax.swing.JLabel nameLabel)
setTotalClusters
public void setTotalClusters(double totalClusters)
getLine
public java.awt.geom.Line2D getLine()
setLine
public void setLine(java.awt.geom.Line2D line)
getNameLabelCenterYCoordinate
public double getNameLabelCenterYCoordinate()
setNameLabelCenterYCoordinate
public void setNameLabelCenterYCoordinate(double centerYCoordinate)
getParentPoint
public java.awt.geom.Point2D getParentPoint()
setParentPoint
public void setParentPoint(java.awt.geom.Point2D parentPoint)