Description Usage Arguments Details Value See Also Examples
Given an AM_mcmc_output
object, this function returns the clustering matrix.
1 | AM_clustering(fit)
|
fit |
an |
The clustering matrix is an M by n matrix. Each of the M rows represents a clustering of n items using cluster labels. Items i and j are in the same cluster if fit[m,i] == fit[m,j] for the mth clustering.
A numeric clustering matrix
1 2 | fit = AM_demo_uvp_poi()$fit
ccm <- AM_clustering(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.