org.biojavax.bio.phylo
Class DistanceBasedTreeMethod
java.lang.Object
org.biojavax.bio.phylo.DistanceBasedTreeMethod
public class DistanceBasedTreeMethod
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistanceBasedTreeMethod
public DistanceBasedTreeMethod()
Upgma
public static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge> Upgma(TaxaBlock t,
CharactersBlock ch)
NeighborJoining
public static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge> NeighborJoining(TaxaBlock t,
CharactersBlock ch)