Distances between each pair of trees
PairwiseDistances(trees, Func, valueLength = 1L, ...)
trees | List of trees of class |
---|---|
Func | Function returning distance between two trees. |
valueLength | Integer specifying expected length of the value returned
by |
... | Additional arguments to |
Matrix detailing distance between each pair of trees. Identical trees are assumed to have zero distance.
Other pairwise tree distances:
AllDists()
,
CompareAllTrees()