#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.