calculate_coclustering {metasnf}R Documentation

Calculate coclustering data.

Description

Calculate coclustering data.

Usage

calculate_coclustering(subsample_solutions, solutions_matrix, verbose = FALSE)

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(). These solutions should correspond to the ones in the solutions matrix.

solutions_matrix

A solutions matrix. This object is generated by the function batch_snf(). The solutions in the solutions matrix should correspond to those in the subsample solutions.

verbose

If TRUE, print time remaining estimates to console.

Value

A list containing the following components:


[Package metasnf version 1.1.2 Index]