Skip to contents

GMM clustering with automatic K selection

Usage

gmm_cluster_rust(
  data,
  argvals,
  covariates,
  k_range,
  nbasis,
  basis_type,
  cov_type,
  cov_weight,
  max_iter,
  tol,
  n_init,
  seed,
  use_icl
)