The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Using the novel Relative Distance to cluster datasets. Implementation of a clustering approach based on the k-means algorithm that can be used with any distance. In addition, implementation of the Hartigan and Wong method to accommodate alternative distance metrics. Both methods can operate with any distance measure, provided a suitable method is available to compute cluster centers under the chosen metric. Additionally, the k-medoids algorithm is implemented, offering a robust alternative for clustering without the need of computing cluster centers under the chosen metric. All three methods are designed to support Relative distances, Euclidean distances, and any user-defined distance functions. The Hartigan and Wong method is described in Hartigan and Wong (1979) <doi:10.2307/2346830> and an explanation of the k-medoids algorithm can be found in Reynolds et al (2006) <doi:10.1007/s10852-005-9022-1>.
Version: | 0.1.0 |
Imports: | compositions, proxy, utils, ggpubr, factoextra, ggplot2 |
Suggests: | testthat (≥ 3.0.0), clusterSim, fpc, gtools, cluster |
Published: | 2025-09-22 |
DOI: | 10.32614/CRAN.package.RelativeDistClust |
Author: | Irene Creus Martí |
Maintainer: | Irene Creus Martí <ircrmar at mat.upv.es> |
License: | GPL-3 |
NeedsCompilation: | no |
CRAN checks: | RelativeDistClust results |
Reference manual: | RelativeDistClust.html , RelativeDistClust.pdf |
Package source: | RelativeDistClust_0.1.0.tar.gz |
Windows binaries: | r-devel: RelativeDistClust_0.1.0.zip, r-release: RelativeDistClust_0.1.0.zip, r-oldrel: RelativeDistClust_0.1.0.zip |
macOS binaries: | r-release (arm64): RelativeDistClust_0.1.0.tgz, r-oldrel (arm64): RelativeDistClust_0.1.0.tgz, r-release (x86_64): RelativeDistClust_0.1.0.tgz, r-oldrel (x86_64): RelativeDistClust_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=RelativeDistClust to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.