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.5)mstclustering_1.0.0.0.zip(r-4.4)mstclustering_1.0.0.0.zip(r-4.3)
mstclustering_1.0.0.0.tgz(r-4.4-any)mstclustering_1.0.0.0.tgz(r-4.3-any)
mstclustering_1.0.0.0.tar.gz(r-4.5-noble)mstclustering_1.0.0.0.tar.gz(r-4.4-noble)
mstclustering_1.0.0.0.tgz(r-4.4-emscripten)mstclustering_1.0.0.0.tgz(r-4.3-emscripten)
mstclustering.pdf |mstclustering.html✨
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 3 years agofrom:c8008357cc. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
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 |