Package: distanceHD 1.2
distanceHD: Distance Metrics for High-Dimensional Clustering
We provide three distance metrics for measuring the separation between two clusters in high-dimensional spaces. The first metric is the centroid distance, which calculates the Euclidean distance between the centers of the two groups. The second is a ridge Mahalanobis distance, which incorporates a ridge correction constant, alpha, to ensure that the covariance matrix is invertible. The third metric is the maximal data piling distance, which computes the orthogonal distance between the affine spaces spanned by each class. These three distances are asymptotically interconnected and are applicable in tasks such as discrimination, clustering, and outlier detection in high-dimensional settings.
Authors:
distanceHD_1.2.tar.gz
distanceHD_1.2.zip(r-4.5)distanceHD_1.2.zip(r-4.4)distanceHD_1.2.zip(r-4.3)
distanceHD_1.2.tgz(r-4.5-any)distanceHD_1.2.tgz(r-4.4-any)distanceHD_1.2.tgz(r-4.3-any)
distanceHD_1.2.tar.gz(r-4.5-noble)distanceHD_1.2.tar.gz(r-4.4-noble)
distanceHD_1.2.tgz(r-4.4-emscripten)distanceHD_1.2.tgz(r-4.3-emscripten)
distanceHD.pdf |distanceHD.html✨
distanceHD/json (API)
# Install 'distanceHD' in R: |
install.packages('distanceHD', repos = c('https://jungaeleeb.r-universe.dev', 'https://cloud.r-project.org')) |
- leukemia - Gene expression data from Golub et al.
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 21 days agofrom:b910956ce7. Checks:8 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 31 2025 |
R-4.5-win | OK | Jan 31 2025 |
R-4.5-mac | OK | Jan 31 2025 |
R-4.5-linux | OK | Jan 31 2025 |
R-4.4-win | OK | Jan 31 2025 |
R-4.4-mac | OK | Jan 31 2025 |
R-4.3-win | OK | Jan 31 2025 |
R-4.3-mac | OK | Jan 31 2025 |
Exports:dist_cendist_mahdist_mdp
Dependencies:MASS
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Distance Metrics for High-Dimensional Clustering | distanceHD-package distanceHD |
Centroid distance between two groups | dist_cen dist_centroid |
ridge Mahalanobis distance between two groups | dist_ma dist_mah |
Maximal data piling (MDP) distance between two groups | dist_md dist_mdp |
Gene expression data from Golub et al. (1999) | leukemia |