powered by
Given an AM_mcmc_output object, this function returns the clustering matrix.
AM_mcmc_output
AM_clustering(fit)
an AM_mcmc_output object.
A numeric clustering matrix
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.
AM_coclustering
# NOT RUN { fit = AM_demo_uvp_poi()$fit ccm <- AM_clustering(fit) # }
Run the code above in your browser using DataLab