Package jebl.evolution.trees
Class NeighborJoiningTreeBuilder
- All Implemented Interfaces:
TreeBuilder<Tree>
Constructs an unrooted tree by neighbor-joining using pairwise distances.
Adapted from BEAST code.
- Version:
- $Id: NeighborJoiningTreeBuilder.java 855 2007-12-11 04:04:18Z twobeers $
- Author:
- Andrew Rambaut, Alexei Drummond, Joseph Heled
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jebl.evolution.trees.ClusteringTreeBuilder
addProgressListener, build, fireSetProgress, getBuilder, removeProgressListener
-
Constructor Details
-
NeighborJoiningTreeBuilder
construct NJ tree- Parameters:
distanceMatrix
- distance matrix
-