calc_aris {metasnf} | R Documentation |
Meta-cluster calculations
Description
Generate matrix of pairwise cluster-solution similarities by Adjusted Rand index calculations.
Usage
calc_aris(solutions_matrix, processes = 1, verbose = FALSE)
Arguments
solutions_matrix |
solutions_matrix containing cluster solutions to calculate pairwise ARIs for. |
processes |
Specify number of processes used to complete calculations
|
verbose |
If TRUE, print progress to console. |
Value
om_aris ARIs between clustering solutions of an solutions matrix
[Package metasnf version 1.1.2 Index]