AM_coclustering {AntMAN} | R Documentation |
Return the co-clustering matrix
Description
Given an AM_mcmc_output
object, this function returns the co-clustering matrix.
Usage
AM_coclustering(fit)
Arguments
fit |
an |
Details
The co-clustering matrix is produced by the simultaneous clustering of the rows and columns. Each entry denotes the (posterior) probability
that items and
are together. This technique is also known as
bi-clustering and block clustering (Govaert and Nadif 2013), and is useful for understanding the number of clusters in the dataset.
Value
A numeric co-clustering matrix
See Also
Examples
fit = AM_demo_uvp_poi()$fit
ccm <- AM_coclustering(fit)
[Package AntMAN version 1.1.0 Index]