public class DistanceBasedTreeMethod extends Object
Constructor and Description |
---|
DistanceBasedTreeMethod() |
Modifier and Type | Method and 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) |
public DistanceBasedTreeMethod()
public static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge> Upgma(TaxaBlock t, CharactersBlock ch)
public static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge> NeighborJoining(TaxaBlock t, CharactersBlock ch)
Copyright © 2014 BioJava. All rights reserved.