RelativeDistClust: Clustering with a Novel Non Euclidean Relative Distance

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
Author: Irene Creus Martí ORCID iD [aut, cre]
Maintainer: Irene Creus Martí <ircrmar at mat.upv.es>
License: GPL-3
NeedsCompilation: no
CRAN checks: RelativeDistClust results

Documentation:

Reference manual: RelativeDistClust.html , RelativeDistClust.pdf

Downloads:

Package source: RelativeDistClust_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: RelativeDistClust_0.1.0.zip, r-oldrel: not available
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

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RelativeDistClust to link to this page.