public class UPGMA extends Object implements TreeMethod
See wikipedia. Note that distances in the resulting tree will not exactly match those from the input distance matrix.
Constructor and Description |
---|
UPGMA() |
Modifier and Type | Method and Description |
---|---|
PhylogeneticTree |
constructTree(DistanceMatrix inDistanceMatrix) |
boolean |
equals(Object inObj2) |
String |
toString() |
public UPGMA()
public PhylogeneticTree constructTree(DistanceMatrix inDistanceMatrix)
constructTree
in interface TreeMethod
jataylor@hairyfatguy.com