Package: MergeKmeans 0.2.0

Aqi Dong
MergeKmeans: Clustering Large Datasets by Merging K-Means Solutions
Fast clustering of large datasets by hierarchically merging components of a K-means solution based on the pairwise overlap between the Gaussian mixture components implied by the K-means partition, as proposed by Melnykov and Michael (2020) <doi:10.1007/s00357-019-09314-8>. Implements the DEMP-K merging algorithm with single, Ward's, average, and complete linkages, the overlap map display for selecting the number of clusters, four K-means variants corresponding to Gaussian mixtures with spherical or elliptical, homoscedastic or heteroscedastic components, and a tool for selecting the number of K-means components.
Authors:
MergeKmeans_0.2.0.tar.gz
MergeKmeans_0.2.0.tar.gz(r-4.7-any)MergeKmeans_0.2.0.tar.gz(r-4.6-any)
MergeKmeans_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
MergeKmeans/json (API)
| # Install 'MergeKmeans' in R: |
| install.packages('MergeKmeans', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:6b68405dde. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 137 | ||
| source / vignettes | OK | 193 | ||
| linux-release-x86_64 | OK | 127 | ||
| wasm-release | OK | 108 |
Exports:chooseKMergeKmeansoverlap_mappairwise_overlaprecut
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Choose the number of K-means components | chooseK |
| Clustering by merging K-means solutions (DEMP-K) | MergeKmeans |
| Broom tidiers for MergeKmeans fits | augment.MergeKmeans glance.MergeKmeans MergeKmeans-tidiers tidy.MergeKmeans |
| Overlap map display | overlap_map |
| Pairwise overlap between Gaussian components | pairwise_overlap |
| Plot method for MergeKmeans fits | plot.MergeKmeans |
| Predict cluster membership for new observations | predict.MergeKmeans |
| Re-cut the merge tree of a MergeKmeans fit | recut |
| Summary method for MergeKmeans fits | summary.MergeKmeans |