Description Usage Arguments Details Value See Also Examples
Given an AM_mcmc_output
object, this function returns the co-clustering matrix.
1 | AM_coclustering(fit)
|
fit |
an |
The co-clustering matrix is produced by the simultaneous clustering of the rows and columns. Each entry denotes the (posterior) probability that items i and j are together. This technique is also known as bi-clustering and block clustering \insertCitegovaert2013coAntMAN, and is useful for understanding the number of clusters in the dataset.
A numeric co-clustering matrix
1 2 | fit = AM_demo_uvp_poi()$fit
ccm <- AM_coclustering(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.