Package: MKMeans
Type: Package
Title: A Modern K-Means (MKMeans) Clustering Algorithm
Version: 3.4.4
Date: 2025-09-08
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, gtools
Description: It's a Modern K-Means clustering algorithm which works for data of any number of dimensions, has no limit with the number of clusters expected, offers both methods with and without initial cluster centers, and can start with any initial cluster centers for the method with initial cluster centers.
Collate: AllClasses.R MKMeans.R C.f.R Dist.R
License: GPL-2
NeedsCompilation: no
Packaged: 2025-09-08 08:59:23 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-09-08 12:00:14 UTC
Built: R 4.5.0; ; 2025-09-08 12:25:46 UTC; unix
