Nothing
#' @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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.