Package jebl.evolution.treemetrics
Class RobinsonsFouldMetric
- java.lang.Object
-
- jebl.evolution.treemetrics.RobinsonsFouldMetric
-
- All Implemented Interfaces:
RootedTreeMetric
public class RobinsonsFouldMetric extends java.lang.Object implements RootedTreeMetric
- Version:
- $Id$
- Author:
- Andrew Rambaut
-
-
Constructor Summary
Constructors Constructor Description RobinsonsFouldMetric()
RobinsonsFouldMetric(java.util.List<Taxon> taxa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMetric(RootedTree tree1, RootedTree tree2)
calculates the metric between two rooted trees
-
-
-
Constructor Detail
-
RobinsonsFouldMetric
public RobinsonsFouldMetric()
-
RobinsonsFouldMetric
public RobinsonsFouldMetric(java.util.List<Taxon> taxa)
-
-
Method Detail
-
getMetric
public double getMetric(RootedTree tree1, RootedTree tree2)
Description copied from interface:RootedTreeMetric
calculates the metric between two rooted trees- Specified by:
getMetric
in interfaceRootedTreeMetric
- Parameters:
tree1
- first treetree2
- second tree- Returns:
- the tree metric value
-
-