Package: CEC 0.11.2
CEC: Cross-Entropy Clustering
Splits data into Gaussian type clusters using the Cross-Entropy Clustering ('CEC') method. This method allows for the simultaneous use of various types of Gaussian mixture models, for performing the reduction of unnecessary clusters, and for discovering new clusters by splitting them. 'CEC' is based on the work of Spurek, P. and Tabor, J. (2014) <doi:10.1016/j.patcog.2014.03.006>.
Authors:
CEC_0.11.2.tar.gz
CEC_0.11.2.tar.gz(r-4.5-noble)CEC_0.11.2.tar.gz(r-4.4-noble)
CEC_0.11.2.tgz(r-4.4-emscripten)CEC_0.11.2.tgz(r-4.3-emscripten)
CEC.pdf |CEC.html✨
CEC/json (API)
NEWS
# Install 'CEC' in R: |
install.packages('CEC', repos = 'https://cloud.r-project.org') |
Bug tracker:https://github.com/swarm-lab/cec/issues
Pkgdown site:https://swarm-lab.github.io
- Tset - T-Shaped Clusters
- fourGaussians - Four Gaussian Clusters
- mixShapes - Mixed Shapes Clusters
- threeGaussians - Three Gaussian Clusters
Last updated 5 months agofrom:82a4dcc148. Checks:2 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 08 2025 |
R-4.5-linux-x86_64 | OK | Feb 08 2025 |
Exports:cecinit.centersmouseset
Dependencies:
Citation
To cite package ‘CEC’ in publications use:
Konrad K (2024). CEC: Cross-Entropy Clustering. R package version 0.11.2, https://CRAN.R-project.org/package=CEC.
Corresponding BibTeX entry:
@Manual{, title = {CEC: Cross-Entropy Clustering}, author = {Kamieniecki Konrad}, year = {2024}, note = {R package version 0.11.2}, url = {https://CRAN.R-project.org/package=CEC}, }
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Cross-Entropy Clustering | cec cec-class |
Four Gaussian Clusters | fourGaussians |
Cluster Center Initialization | init.centers |
Mixed Shapes Clusters | mixShapes |
Mouse | mouseset |
Plot CEC Objects | plot.cec |
Printing Cross Entropy Clusters | print.cec |
Three Gaussian Clusters | threeGaussians |
T-Shaped Clusters | Tset |