| cpp_mutual_clustering_all_pairs | R Documentation |
Internal function. Computes all pairwise MCI scores for a set of trees, using OpenMP threads when available (falling back to single-threaded execution otherwise). No interrupt checking is performed inside the parallel region; the outer R call remains interruptible between batches.
cpp_mutual_clustering_all_pairs(splits_list, n_tip, n_threads = 1L)
splits_list |
A list of split matrices (class |
n_tip |
Integer; number of tips shared by all trees. |
Numeric vector of length n*(n-1)/2 containing pairwise MCI
scores in combn(n, 2) column-major order (i.e. the data payload of
an R dist object).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.