Package: kmodR
Type: Package
Title: K-Means with Simultaneous Outlier Detection
Version: 0.2.0
Date: 2022-04-11
Authors@R: 
    person(given = "David Charles", family = "Howe", 
       email = "kmodR@edgecondition.com", role = c("aut", "cre"), 
       comment = c(ORCID = "0000-0003-4942-1300"))
Maintainer: David Charles Howe <kmodR@edgecondition.com>
Description: An implementation of the 'k-means--' algorithm proposed
    by Chawla and Gionis, 2013 in their paper,
    "k-means-- : A unified approach to clustering and outlier detection.
    SIAM International Conference on Data Mining (SDM13)",
    <doi:10.1137/1.9781611972832.21>
    and using 'ordering' described by Howe, 2013 in the thesis,
    Clustering and anomaly detection in tropical cyclones".
    Useful for creating (potentially) tighter clusters than
    standard k-means and simultaneously finding outliers inexpensively
    in multidimensional space.
License: GPL-3
Suggests: testthat
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-12 11:04:50 UTC; David
Author: David Charles Howe [aut, cre] (<https://orcid.org/0000-0003-4942-1300>)
Repository: CRAN
Date/Publication: 2022-05-12 11:40:02 UTC
Built: R 4.4.3; ; 2025-11-01 02:31:43 UTC; windows
