R/CEC-package.R

#' @title Cross-Entropy Clustering
#'
#' @description CEC divides data into Gaussian type clusters. The implementation
#'  allows the simultaneous use of various type Gaussian mixture models,
#'  performs the reduction of unnecessary clusters and it's able to discover new
#'  groups. Based on Spurek, P. and Tabor, J. (2014) <doi:10.1016/j.patcog.2014.03.006>
#'  \code{cec}.
#'
#' @name CEC-package
#' 
#' @docType package
#' 
#' @author Konrad Kamieniecki
#' 
#' @seealso \code{\link{cec}}
#' 
#' @keywords internal package multivariate cluster models
#' 
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

Try the CEC package in your browser

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

CEC documentation built on Oct. 11, 2024, 1:08 a.m.