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.5)leaderCluster_1.5.zip(r-4.4)leaderCluster_1.5.zip(r-4.3)
leaderCluster_1.5.tgz(r-4.4-x86_64)leaderCluster_1.5.tgz(r-4.4-arm64)leaderCluster_1.5.tgz(r-4.3-x86_64)leaderCluster_1.5.tgz(r-4.3-arm64)
leaderCluster_1.5.tar.gz(r-4.5-noble)leaderCluster_1.5.tar.gz(r-4.4-noble)
leaderCluster_1.5.tgz(r-4.4-emscripten)leaderCluster_1.5.tgz(r-4.3-emscripten)
leaderCluster.pdf |leaderCluster.html✨
leaderCluster/json (API)
# Install 'leaderCluster' in R: |
install.packages('leaderCluster', repos = c('https://statsmaths.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/statsmaths/leadercluster/issues
Last updated 2 years agofrom:4cecc17344. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:leaderCluster
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculate clusters using Hartigan's Leader Algorithm | leaderCluster |