Package org.biojavax.bio.phylo
Class DistanceBasedTreeMethod
- java.lang.Object
-
- org.biojavax.bio.phylo.DistanceBasedTreeMethod
-
public class DistanceBasedTreeMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description DistanceBasedTreeMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge>
NeighborJoining(TaxaBlock t, CharactersBlock ch)
static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge>
Upgma(TaxaBlock t, CharactersBlock ch)
-
-
-
Constructor Detail
-
DistanceBasedTreeMethod
public DistanceBasedTreeMethod()
-
-
Method Detail
-
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)
-
-