Package: CCMMR 0.2.1
CCMMR: Minimization of the Convex Clustering Loss Function
Implements the convex clustering through majorization-minimization (CCMM) algorithm described in Touw, Groenen, and Terada (2022) <doi:10.48550/arXiv.2211.01877> to perform minimization of the convex clustering loss function.
Authors:
CCMMR_0.2.1.tar.gz
CCMMR_0.2.1.zip(r-4.5)CCMMR_0.2.1.zip(r-4.4)CCMMR_0.2.1.zip(r-4.3)
CCMMR_0.2.1.tgz(r-4.4-x86_64)CCMMR_0.2.1.tgz(r-4.4-arm64)CCMMR_0.2.1.tgz(r-4.3-x86_64)CCMMR_0.2.1.tgz(r-4.3-arm64)
CCMMR_0.2.1.tar.gz(r-4.5-noble)CCMMR_0.2.1.tar.gz(r-4.4-noble)
CCMMR_0.2.1.tgz(r-4.4-emscripten)CCMMR_0.2.1.tgz(r-4.3-emscripten)
CCMMR.pdf |CCMMR.html✨
CCMMR/json (API)
NEWS
# Install 'CCMMR' in R: |
install.packages('CCMMR', repos = c('https://djwtouw.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/djwtouw/ccmmr/issues
- two_half_moons - Two interlocking half moons data set
Last updated 15 days agofrom:3d347bca3f. Checks:OK: 1 ERROR: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win-x86_64 | ERROR | Nov 08 2024 |
R-4.5-linux-x86_64 | ERROR | Nov 08 2024 |
R-4.4-win-x86_64 | ERROR | Nov 08 2024 |
R-4.4-mac-x86_64 | ERROR | Nov 08 2024 |
R-4.4-mac-aarch64 | ERROR | Nov 08 2024 |
R-4.3-win-x86_64 | ERROR | Nov 08 2024 |
R-4.3-mac-x86_64 | ERROR | Nov 08 2024 |
R-4.3-mac-aarch64 | ERROR | Nov 08 2024 |
Exports:as.hclust.cvxclustclustersconvex_clusteringconvex_clusterpathplot.cvxclustsparse_weights
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Conversion of a 'cvxclust' object into an 'hclust' object | as.hclust.cvxclust |
Obtain clustering from a clusterpath | clusters |
Find a target number of clusters in the data using convex clustering | convex_clustering |
Minimize the convex clustering loss function | convex_clusterpath |
Plot 2D clusterpath | plot.cvxclust |
Computation of sparse weight matrix | sparse_weights |
Two interlocking half moons data set | two_half_moons |