Transfer consensus (C++ implementation)
cpp_transfer_consensus(
splits_list,
n_tip,
scale,
greedy_best_flag,
init_majority,
n_threads = 1L
)A LogicalVector of length n_splits indicating which pooled splits
are included in the consensus, plus attributes "raw_splits" (a raw matrix
of all unique splits) and "light_side" (integer vector).
List of raw matrices (one per tree), each from as.Splits().
Number of tips.
Logical: use scaled transfer distance?
Logical: TRUE for "best", FALSE for "first".
Logical: TRUE to start from majority-rule splits.