GMKMcharlie: Unsupervised Gaussian Mixture and Minkowski and Spherical K-Means with Constraints

High performance trainers for parameterizing and clustering weighted data. The Gaussian mixture (GM) module includes the conventional EM (expectation maximization) trainer, the component-wise EM trainer, the minimum-message-length EM trainer by Figueiredo and Jain (2002) <doi:10.1109/34.990138>. These trainers accept additional constraints on mixture weights, covariance eigen ratios and on which mixture components are subject to update. The K-means (KM) module offers clustering with the options of (i) deterministic and stochastic K-means++ initializations, (ii) upper bounds on cluster weights (sizes), (iii) Minkowski distances, (iv) cosine dissimilarity, (v) dense and sparse representation of data input. The package improved the typical implementations of GM and KM algorithms in various aspects. It is carefully crafted in multithreaded C++ for modeling large data for industry use.

Version: 1.1.5
Imports: Rcpp (≥ 1.0.0), RcppParallel
LinkingTo: Rcpp, RcppParallel, RcppArmadillo
Suggests: MASS (≥ 7.3.0), plot3D (≥ 1.1.1)
Published: 2021-05-29
Author: Charlie Wusuo Liu
Maintainer: Charlie Wusuo Liu <liuwusuo at gmail.com>
License: GPL-3
NeedsCompilation: yes
SystemRequirements: GNU make
Materials: NEWS
CRAN checks: GMKMcharlie results

Documentation:

Reference manual: GMKMcharlie.pdf

Downloads:

Package source: GMKMcharlie_1.1.5.tar.gz
Windows binaries: r-devel: GMKMcharlie_1.1.5.zip, r-release: GMKMcharlie_1.1.5.zip, r-oldrel: GMKMcharlie_1.1.5.zip
macOS binaries: r-release (arm64): GMKMcharlie_1.1.5.tgz, r-oldrel (arm64): GMKMcharlie_1.1.5.tgz, r-release (x86_64): GMKMcharlie_1.1.5.tgz
Old sources: GMKMcharlie archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=GMKMcharlie to link to this page.