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
 double getMetric(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 tree
tree2 - second tree
Returns:
the tree metric value


http://code.google.com/p/jebl2/