subsample_pairwise_aris {metasnf} | R Documentation |
Calculate pairwise adjusted Rand indices across subsamples of data
Description
Calculate pairwise adjusted Rand indices across subsamples of data
Usage
subsample_pairwise_aris(
subsample_solutions,
return_raw_aris = FALSE,
verbose = FALSE
)
Arguments
subsample_solutions |
A list of containing cluster solutions from
distinct subsamples of the data. This object is generated by the function
|
return_raw_aris |
Whether the ARI matrix used to calculate the average ARI across subsamples should be returned. |
verbose |
If TRUE, print time remaining estimates to console. |
Value
If return_raw_aris is FALSE, this function will return
[Package metasnf version 1.1.2 Index]