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 April 30, 2023, 1:08 a.m.