createSimilarityMat: Create Similarity Matrix

View source: R/RcppExports.R

createSimilarityMatR Documentation

Create Similarity Matrix

Description

Constructs a similarity matrix of the pairwise coclustering rate.

Usage

createSimilarityMat(allocations)

Arguments

allocations

Matrix of sampled partitions. Columns correspond to items/samples being clustered, each row is a sampled partition.//'

Value

A symmetric n x n matrix (for n rows in cluster record) describing the fraction of iterations for which each pairwise combination of points are assigned the same label.


batchmix documentation built on May 29, 2024, 2:14 a.m.