Function
slowNjTree
Computes a guide tree from a distance matrix.
njTree(mat, graph)
Parameters
mat
A string of pairwise distance values, representing a square matrix.
Types: String
Remarks: String must use double values because the algorithm recycles this string to store intermediate possibly fractional results.
graph
Out-parameter:The guide tree.
Types: Tree
Return Values
void
SeqAn - Sequence Analysis Library - www.seqan.de