Generate matrix of pairwise cluster-solution similarities by Adjusted Rand index calculations.
Arguments
- solutions_matrix
solutions_matrix containing cluster solutions to calculate pairwise ARIs for.
- processes
Specify number of processes used to complete calculations
1
(default) Sequential processing2
or higher: Parallel processing will use thefuture.apply::future_apply
to distribute the calculations across the specified number of CPU cores. If higher than the number of available cores, a warning will be printed and the maximum number of cores will be used.max
: All available cores will be used. Note that no progress indicator is available during multi-core processing.
- verbose
If TRUE, print progress to console.