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