View source: R/BBMMclusterEM.R
get_clusters_bernoulli | R Documentation |
Categorical version of Bernoulli mixture model (binary clustering function BBMMclusterEM)
get_clusters_bernoulli(
binaryMatrix,
chi = 0.5,
k_clust = 5,
startseed = 100,
nIterations = 10,
verbose = FALSE
)
binaryMatrix |
Data to be clustered |
chi |
hyperparameter chi |
k_clust |
Number of clusters |
startseed |
Start seed |
nIterations |
number of iterations |
verbose |
set TRUE to display progress |
a list containing the clusterMemberships
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.