similarityMat {NPflow} | R Documentation |
Computes the co-clustering (or similarity) matrix
Description
Computes the co-clustering (or similarity) matrix
Usage
similarityMat(c, step = 1)
Arguments
c |
a list of vector of length |
step |
provide co-clustering every |
Value
A matrix of size n x n
whose term [i,j]
is the proportion of MCMC iterations where observation i
and
observations j
are allocated to the same cluster.
Author(s)
Boris Hejblum
[Package NPflow version 0.13.5 Index]