Package: leaderCluster 1.5
leaderCluster: Leader Clustering Algorithm
The leader clustering algorithm provides a means for clustering a set of data points. Unlike many other clustering algorithms it does not require the user to specify the number of clusters, but instead requires the approximate radius of a cluster as its primary tuning parameter. The package provides a fast implementation of this algorithm in n-dimensions using Lp-distances (with special cases for p=1,2, and infinity) as well as for spatial data using the Haversine formula, which takes latitude/longitude pairs as inputs and clusters based on great circle distances.
Authors:
leaderCluster_1.5.tar.gz
leaderCluster_1.5.zip(r-4.7)leaderCluster_1.5.zip(r-4.6)leaderCluster_1.5.zip(r-4.5)
leaderCluster_1.5.tgz(r-4.6-x86_64)leaderCluster_1.5.tgz(r-4.6-arm64)leaderCluster_1.5.tgz(r-4.5-x86_64)leaderCluster_1.5.tgz(r-4.5-arm64)
leaderCluster_1.5.tar.gz(r-4.7-arm64)leaderCluster_1.5.tar.gz(r-4.7-x86_64)leaderCluster_1.5.tar.gz(r-4.6-arm64)leaderCluster_1.5.tar.gz(r-4.6-x86_64)
leaderCluster_1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
leaderCluster/json (API)
| # Install 'leaderCluster' in R: |
| install.packages('leaderCluster', repos = c('https://taylor-arnold.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:44b74cbba9. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 97 | ||
| linux-devel-x86_64 | OK | 95 | ||
| source / vignettes | OK | 133 | ||
| linux-release-arm64 | OK | 88 | ||
| linux-release-x86_64 | OK | 95 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-release-x86_64 | OK | 202 | ||
| macos-oldrel-arm64 | OK | 98 | ||
| macos-oldrel-x86_64 | OK | 212 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 60 | ||
| windows-oldrel | OK | 58 | ||
| wasm-release | OK | 84 |
Exports:leaderCluster
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate clusters using Hartigan's Leader Algorithm | leaderCluster |
