R/algo-bcc.R
bcc_cluster_fast.Rd
Faster version of BCC using EM-like approach.
bcc_cluster_fast(data_list, k, max_iter = 50)
List of data matrices.
Number of clusters.
Maximum iterations (default: 50).
List with cluster assignments.