Package: CCMMR 0.2.2
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.2.tar.gz
CCMMR_0.2.2.zip(r-4.7)CCMMR_0.2.2.zip(r-4.6)CCMMR_0.2.2.zip(r-4.5)
CCMMR_0.2.2.tgz(r-4.6-x86_64)CCMMR_0.2.2.tgz(r-4.6-arm64)CCMMR_0.2.2.tgz(r-4.5-x86_64)CCMMR_0.2.2.tgz(r-4.5-arm64)
CCMMR_0.2.2.tar.gz(r-4.7-arm64)CCMMR_0.2.2.tar.gz(r-4.7-x86_64)CCMMR_0.2.2.tar.gz(r-4.6-arm64)CCMMR_0.2.2.tar.gz(r-4.6-x86_64)
CCMMR_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
CCMMR/json (API)
| # 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 from:66289138a4. Checks:11 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 132 | ||
| linux-devel-x86_64 | ERROR | 148 | ||
| source / vignettes | OK | 178 | ||
| linux-release-arm64 | ERROR | 143 | ||
| linux-release-x86_64 | ERROR | 149 | ||
| macos-release-arm64 | ERROR | 153 | ||
| macos-release-x86_64 | ERROR | 210 | ||
| macos-oldrel-arm64 | ERROR | 158 | ||
| macos-oldrel-x86_64 | ERROR | 292 | ||
| windows-devel | ERROR | 115 | ||
| windows-release | ERROR | 100 | ||
| windows-oldrel | ERROR | 90 | ||
| wasm-release | OK | 162 |
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 |
