Package: MajKMeans
Type: Package
Title: k-Means Algorithm with a Majorization-Minimization Method
Version: 0.1.0
Authors@R: c(person("Sheikhi", "Ayyub", email = "sheikhy.a@uk.ac.ir", role = c("aut", "cre")),
             person("Yaghoubi", "Mohammad Ali", email = "yaghoobi@uk.ac.ir", role = "aut"))
Maintainer: Sheikhi Ayyub  <sheikhy.a@uk.ac.ir>
Description: A hybrid of the K-means algorithm and a Majorization-Minimization method to introduce a robust clustering. The reference paper is: Julien Mairal, (2015) <doi:10.1137/140957639>. The two most important functions in package 'MajKMeans' are cluster_km() and cluster_MajKm(). cluster_km() clusters data without Majorization-Minimization and cluster_MajKm() clusters data with Majorization-Minimization method. Both of these functions calculate the sum of squares (SS) of clustering.
Imports: MASS
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-26 20:55:37 UTC; macbook
Author: Sheikhi Ayyub [aut, cre],
  Yaghoubi Mohammad Ali [aut]
Repository: CRAN
Date/Publication: 2020-03-28 14:40:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:44:51 UTC; windows
