public class CheckTreeAccuracy extends Object
| Constructor and Description |
|---|
CheckTreeAccuracy() |
| Modifier and Type | Method and Description |
|---|---|
static org.forester.evoinference.matrix.distance.DistanceMatrix |
copyMatrix(org.forester.evoinference.matrix.distance.DistanceMatrix matrix) |
org.forester.phylogeny.PhylogenyNode |
findCommonParent(org.forester.phylogeny.PhylogenyNode node,
Set<org.forester.phylogeny.PhylogenyNode> path) |
double |
getNodeDistance(org.forester.phylogeny.PhylogenyNode parentNode,
org.forester.phylogeny.PhylogenyNode childNode) |
void |
markPathToRoot(org.forester.phylogeny.PhylogenyNode node,
Set<org.forester.phylogeny.PhylogenyNode> path) |
void |
process(org.forester.phylogeny.Phylogeny tree,
org.forester.evoinference.matrix.distance.DistanceMatrix matrix) |
public static org.forester.evoinference.matrix.distance.DistanceMatrix copyMatrix(org.forester.evoinference.matrix.distance.DistanceMatrix matrix)
public void process(org.forester.phylogeny.Phylogeny tree,
org.forester.evoinference.matrix.distance.DistanceMatrix matrix)
public double getNodeDistance(org.forester.phylogeny.PhylogenyNode parentNode,
org.forester.phylogeny.PhylogenyNode childNode)
public org.forester.phylogeny.PhylogenyNode findCommonParent(org.forester.phylogeny.PhylogenyNode node,
Set<org.forester.phylogeny.PhylogenyNode> path)
public void markPathToRoot(org.forester.phylogeny.PhylogenyNode node,
Set<org.forester.phylogeny.PhylogenyNode> path)
Copyright © 2000-2015 BioJava. All Rights Reserved.