R/k_means_klaR.R

#' K-means via klaR
#'
#' [k_means()] creates K-Modes model. This model is intended to be used with
#' categorical predictors. Although it will accept numeric predictors if they
#' contain a few number of unique values. The numeric predictors will then be
#' treated like categorical.
#'
#' @includeRmd man/rmd/k_means_klaR.md details
#'
#' @name details_k_means_klaR
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed

Try the tidyclust package in your browser

Any scripts or data that you put into this service are public.

tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.