Package: MKMeans
Type: Package
Title: A Modern K-Means (MKMeans) Clustering Algorithm
Version: 3.2
Date: 2025-08-20
Authors@R: c(person("Yarong", "Yang", role=c("aut","cre"),email="Yi.YA_yaya@hotmail.com"),
             person("Nader", "Ebrahimi", role="ctb", email="nebrahimi@niu.edu"),
             person("Yoram", "Rubin", role="ctb", email="rubin@ce.berkeley.edu"),
             person("Jacob", "Zhang", role="ctb", email="zjz999@gmail.com"))
Depends: methods, MASS
Description: It's a Modern K-Means clustering algorithm which works for data of any number of dimensions, has no limit with number of clusters expected, and can start with any initial cluster centers.
Collate: AllClasses.R MKMeans.R C.f.R Dist.R
License: GPL-2
NeedsCompilation: no
Packaged: 2025-08-20 13:52:24 UTC; Yarong
Author: Yarong Yang [aut, cre],
  Nader Ebrahimi [ctb],
  Yoram Rubin [ctb],
  Jacob Zhang [ctb]
Maintainer: Yarong Yang <Yi.YA_yaya@hotmail.com>
Repository: CRAN
Date/Publication: 2025-08-20 14:40:07 UTC
