quickPSM: Quick PSM

View source: R/RcppExports.R

quickPSMR Documentation

Quick PSM

Description

Constructs a similarity matrix trying assuming that there are a small number of modes. This function is intended to be more clever in calculating the PSM, relying upon the poor quality exploration of many MCMC samplers. It probably is not a good idea in low dimensions.

Usage

quickPSM(partitions, tol = 0.001)

Arguments

partitions

Matrix of label assignment for data across iterations.

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.


stcolema/mdiHelpR documentation built on July 28, 2024, 5:41 a.m.