public class NeighborJoiningTreeBuilder extends ClusteringTreeBuilder<Tree>
| Constructor and Description |
|---|
NeighborJoiningTreeBuilder(DistanceMatrix distanceMatrix)
construct NJ tree
|
addProgressListener, build, fireSetProgress, getBuilder, removeProgressListenerpublic NeighborJoiningTreeBuilder(DistanceMatrix distanceMatrix)
distanceMatrix - distance matrixhttp://code.google.com/p/jebl2/