Calculate pairwise adjusted Rand indices across subsamples of data
Source:R/coclustering.R
subsample_pairwise_aris.Rd
Calculate pairwise adjusted Rand indices across subsamples of data
Arguments
- subsample_solutions
A list of containing cluster solutions from distinct subsamples of the data. This object is generated by the function
batch_snf_subsamples()
.- 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.