<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>A Collection of Fast, Exact and Eco-Friendly k-Means Clustering
Algorithms</dc:title>
  <dc:title>R package geokmeans version 0.1.0</dc:title>
  <dc:description>A collection of fast k-means clustering algorithms under a single,
    uniform interface. The core method is Geometric-k-means, a bound-free
    algorithm of Sharma et al. (2026) &lt;doi:10.1007/s10994-025-06891-1&gt; that uses
    geometry to restrict computation to the data points able to change clusters,
    substantially reducing distance computations and runtime while returning the
    same result as standard k-means. Also included are Lloyd's algorithm, Elkan,
    Hamerly, Annulus, Exponion, and Ball k-means. All algorithms are implemented
    in 'C++' via 'Rcpp' and 'RcppEigen' and return the final centroids, optional
    per-point cluster assignments, and computational statistics.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: Rcpp</dc:relation>
  <dc:relation>LinkingTo: Rcpp, RcppEigen</dc:relation>
  <dc:relation>Suggests: testthat (&gt;= 3.0.0), knitr, rmarkdown</dc:relation>
  <dc:creator>Parichit Sharma &lt;parishar@iu.edu&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Parichit Sharma [aut, cre, cph],
  Hasan Kurban [aut]</dc:contributor>
  <dc:rights>GPL-3</dc:rights>
  <dc:date>2026-06-22</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=geokmeans</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.geokmeans</dc:identifier>
</oai_dc:dc>
