Package: lowmemtkmeans 0.1.4
lowmemtkmeans: Low Memory Use Trimmed K-Means
Performs the trimmed k-means clustering algorithm with lower memory use. It also provides a number of utility functions such as BIC calculations.
Authors:
lowmemtkmeans_0.1.4.tar.gz
lowmemtkmeans_0.1.4.zip(r-4.7)lowmemtkmeans_0.1.4.zip(r-4.6)lowmemtkmeans_0.1.4.zip(r-4.5)
lowmemtkmeans_0.1.4.tgz(r-4.6-x86_64)lowmemtkmeans_0.1.4.tgz(r-4.6-arm64)lowmemtkmeans_0.1.4.tgz(r-4.5-x86_64)lowmemtkmeans_0.1.4.tgz(r-4.5-arm64)
lowmemtkmeans_0.1.4.tar.gz(r-4.7-arm64)lowmemtkmeans_0.1.4.tar.gz(r-4.7-x86_64)lowmemtkmeans_0.1.4.tar.gz(r-4.6-arm64)lowmemtkmeans_0.1.4.tar.gz(r-4.6-x86_64)
lowmemtkmeans_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lowmemtkmeans/json (API)
NEWS
| # Install 'lowmemtkmeans' in R: |
| install.packages('lowmemtkmeans', repos = c('https://andrewthomasjones.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrewthomasjones/lowmemtkmeans/issues
Last updated from:a65b94ce09. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 123 | ||
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 255 | ||
| linux-release-arm64 | OK | 111 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 117 | ||
| macos-release-x86_64 | OK | 375 | ||
| macos-oldrel-arm64 | OK | 102 | ||
| macos-oldrel-x86_64 | OK | 183 | ||
| windows-devel | OK | 116 | ||
| windows-release | OK | 103 | ||
| windows-oldrel | OK | 123 | ||
| wasm-release | OK | 103 |
Exports:cluster_BICnearest_clusterscale_mat_inplacetkmeans
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculates BIC for a given clustering. | cluster_BIC |
| Allocates each rw (observation) in data to the nearest cluster centre. | nearest_cluster |
| Rescales a matrix in place. | scale_mat_inplace |
| Trimmed k-means clustering | tkmeans |
