Package: mstclustering 1.0.0.0

Kevin Michael Frick
mstclustering: "MST-Based Clustering"
Implements a minimum-spanning-tree-based heuristic for k-means clustering using a union-find disjoint set and the algorithm in Kruskal (1956) <doi:10.1090/S0002-9939-1956-0078686-7>.
Authors:
mstclustering_1.0.0.0.tar.gz
mstclustering_1.0.0.0.zip(r-4.7)mstclustering_1.0.0.0.zip(r-4.6)mstclustering_1.0.0.0.zip(r-4.5)
mstclustering_1.0.0.0.tgz(r-4.6-any)mstclustering_1.0.0.0.tgz(r-4.5-any)
mstclustering_1.0.0.0.tar.gz(r-4.7-any)mstclustering_1.0.0.0.tar.gz(r-4.6-any)
mstclustering_1.0.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mstclustering/json (API)
| # Install 'mstclustering' in R: |
| install.packages('mstclustering', repos = c('https://kmfrick.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:c8008357cc. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 161 | ||
| linux-release-x86_64 | OK | 168 | ||
| macos-release-arm64 | OK | 120 | ||
| macos-oldrel-arm64 | OK | 127 | ||
| windows-devel | OK | 102 | ||
| windows-release | OK | 63 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 116 |
Exports:find.setgen.child.list.mstgen.edge.listis.same.setkruskalmst.clusterreset.ufdsunion.set
Dependencies:clidata.tablegluelifecyclemagrittrplyrRcppreshape2rlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| find.set | find.set |
| gen.child.list.mst | gen.child.list.mst |
| gen.edge.list | gen.edge.list |
| is.same.set | is.same.set |
| kruskal | kruskal |
| mst.cluster | mst.cluster |
| reset.ufds | reset.ufds |
| union.set | union.set |