Calculation of branch split based on a dissimilarity matrix. This function is used as a plugin for the dynamicTreeCut package and the user should not call this function directly. This function is experimental and subject to change.
branchSplit.dissim(
dissimMat,
branch1, branch2,
upperP,
minNumberInSplit = 5,
getDetails = FALSE, ...)
A single number or a list containing details of the calculation.
Dissimilarity matrix.
Branch 1.
Branch 2.
Percentile of (closest) objects to be considered.
Minimum number of objects to be considered.
Should details of the calculation be returned?
Other arguments for compatibility; currently unused.
Peter Langfelder