public class CheckTreeAccuracy extends Object
| Constructor and Description |
|---|
CheckTreeAccuracy() |
| Modifier and Type | Method and Description |
|---|---|
static org.forester.phylogenyinference.DistanceMatrix |
copyMatrix(org.forester.phylogenyinference.DistanceMatrix matrix) |
org.forester.phylogeny.PhylogenyNode |
findCommonParent(org.forester.phylogeny.PhylogenyNode node) |
double |
getNodeDistance(org.forester.phylogeny.PhylogenyNode parentNode,
org.forester.phylogeny.PhylogenyNode childNode) |
void |
markPathToRoot(org.forester.phylogeny.PhylogenyNode node,
boolean value) |
void |
process(org.forester.phylogeny.Phylogeny tree,
org.forester.phylogenyinference.DistanceMatrix matrix) |
public CheckTreeAccuracy()
public static org.forester.phylogenyinference.DistanceMatrix copyMatrix(org.forester.phylogenyinference.DistanceMatrix matrix)
public void process(org.forester.phylogeny.Phylogeny tree, org.forester.phylogenyinference.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)
public void markPathToRoot(org.forester.phylogeny.PhylogenyNode node, boolean value)
Copyright © 2012 BioJava. All Rights Reserved.