Description Usage Arguments Value See Also Examples
Clusters the consistency matrix, using Gaussian Mixture Modelling on its first principal component. The number of clusters is chosen such that the BIC is maximise
1 | cluster_consistency(cmat, n_clusters = 2:9)
|
cmat |
A consistency matrix returned by |
n_clusters |
The number of clusters for which to calculate the BIC |
A numeric vector indicating to which cluster each cell has been assigned
consistency_matrix
1 2 3 | data(oui)
cmat <- consistency_matrix(oui)
clusters <- cluster_consistency(cmat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.