Package org.biojavax.bio.phylo
Class DistanceBasedTreeMethod
java.lang.Object
org.biojavax.bio.phylo.DistanceBasedTreeMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jgrapht.WeightedGraph
<String, org.jgrapht.graph.DefaultWeightedEdge> static org.jgrapht.WeightedGraph
<String, org.jgrapht.graph.DefaultWeightedEdge> Upgma
(TaxaBlock t, CharactersBlock ch)
-
Constructor Details
-
DistanceBasedTreeMethod
public DistanceBasedTreeMethod()
-
-
Method Details
-
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)
-