R/k_means_clustMixType.R

#' K-means via clustMixType
#'
#' [k_means()] creates K-prototypes model. A K-prototypes is the middle ground
#' between a K-means and K-modes model, in the sense that it can be used with
#' data that contains both numeric and categorical predictors.
#'
#' Both numeric and categorical predictors are requires for this engine.
#'
#' @includeRmd man/rmd/k_means_clustMixType.md details
#'
#' @name details_k_means_clustMixType
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed
EmilHvitfeldt/celery documentation built on Jan. 31, 2025, 7:04 p.m.