Package: quitefastmst 0.9.1.9001
quitefastmst: Euclidean and Mutual Reachability Minimum Spanning Trees
Functions to compute Euclidean minimum spanning trees using single-, sesqui-, and dual-tree Boruvka algorithms. Thanks to K-d trees, they are fast in spaces of low intrinsic dimensionality. Mutual reachability distances (used in the definition of the 'HDBSCAN*' algorithm) are supported too. The package also includes relatively fast fallback minimum spanning tree and nearest-neighbours algorithms for spaces of higher dimensionality. The 'Python' version of 'quitefastmst' is available via 'PyPI'.
Authors:
quitefastmst_0.9.1.9001.tar.gz
quitefastmst_0.9.1.9001.zip(r-4.7)quitefastmst_0.9.1.9001.zip(r-4.6)quitefastmst_0.9.1.9001.zip(r-4.5)
quitefastmst_0.9.1.9001.tgz(r-4.6-x86_64)quitefastmst_0.9.1.9001.tgz(r-4.6-arm64)quitefastmst_0.9.1.9001.tgz(r-4.5-x86_64)quitefastmst_0.9.1.9001.tgz(r-4.5-arm64)
quitefastmst_0.9.1.9001.tar.gz(r-4.7-arm64)quitefastmst_0.9.1.9001.tar.gz(r-4.7-x86_64)quitefastmst_0.9.1.9001.tar.gz(r-4.6-arm64)quitefastmst_0.9.1.9001.tar.gz(r-4.6-x86_64)
quitefastmst_0.9.1.9001.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
quitefastmst/json (API)
NEWS
| # Install 'quitefastmst' in R: |
| install.packages('quitefastmst', repos = c('https://gagolews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gagolews/quitefastmst/issues
cluster-analysisclusteringclustering-evaluationeuclidean-distancesgeniehdbscanhdbscan-clustering-algorithmmachine-learningmachine-learning-algorithmsminimum-spanning-treemstmutual-reachability-distanceneighbor-searchoutlier-detectioncppopenmp
Last updated from:4d087f9105. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 173 | ||
| linux-devel-x86_64 | OK | 146 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | OK | 155 | ||
| linux-release-x86_64 | OK | 145 | ||
| macos-release-arm64 | OK | 170 | ||
| macos-release-x86_64 | OK | 368 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| macos-oldrel-x86_64 | OK | 221 | ||
| windows-devel | OK | 145 | ||
| windows-release | OK | 169 | ||
| windows-oldrel | OK | 149 | ||
| wasm-release | OK | 117 |
Exports:knn_euclidmst_euclidomp_get_max_threadsomp_set_num_threads
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Euclidean Nearest Neighbours | knn_euclid |
| Euclidean and Mutual Reachability Minimum Spanning Trees | mst_euclid |
| Get or Set the Number of Threads | omp_get_max_threads omp_set_num_threads |
