public class BilleraMetric extends java.lang.Object implements RootedTreeMetric
| Constructor and Description |
|---|
BilleraMetric() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMetric(RootedTree tree1,
RootedTree tree2)
calculates the metric between two rooted trees
|
public double getMetric(RootedTree tree1, RootedTree tree2)
RootedTreeMetricgetMetric in interface RootedTreeMetrictree1 - first treetree2 - second treehttp://code.google.com/p/jebl2/