tryCatch_KMEANS_arma: tryCatch function to prevent armadillo errors in KMEANS_arma

View source: R/clustering_functions.R

tryCatch_KMEANS_armaR Documentation

tryCatch function to prevent armadillo errors in KMEANS_arma

Description

tryCatch function to prevent armadillo errors in KMEANS_arma

Usage

tryCatch_KMEANS_arma(
  data,
  clusters,
  n_iter,
  verbose,
  seed_mode,
  CENTROIDS,
  seed
)

ClusterR documentation built on Sept. 8, 2026, 5:06 p.m.