Package jebl.evolution.treemetrics
Interface RootedTreeMetric
-
- All Known Implementing Classes:
BilleraMetric,CladeHeightMetric,RobinsonsFouldMetric
public interface RootedTreeMetric- Author:
- rambaut Date: Jun 25, 2006 Time: 12:12:34 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMetric(RootedTree tree1, RootedTree tree2)calculates the metric between two rooted trees
-
-
-
Method Detail
-
getMetric
double getMetric(RootedTree tree1, RootedTree tree2)
calculates the metric between two rooted trees- Parameters:
tree1- first treetree2- second tree- Returns:
- the tree metric value
-
-