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 and covariance eigen ratios. 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 usual implementations of GM and KM training algorithms in various aspects. It is carefully crafted in multithreaded C++ for processing large data in industry use.
Version: | 1.0.3 |
Imports: | Rcpp (≥ 1.0.0), RcppParallel |
LinkingTo: | Rcpp, RcppParallel, RcppArmadillo |
Suggests: | MASS (≥ 7.3.0), plot3D (≥ 1.1.1) |
Published: | 2019-10-08 |
Author: | Charlie Wusuo Liu |
Maintainer: | Charlie Wusuo Liu <liuwusuo at gmail.com> |
License: | GPL-3 |
NeedsCompilation: | yes |
SystemRequirements: | GNU make |
CRAN checks: | GMKMcharlie results |
Reference manual: | GMKMcharlie.pdf |
Package source: | GMKMcharlie_1.0.3.tar.gz |
Windows binaries: | r-devel: GMKMcharlie_1.0.3.zip, r-release: GMKMcharlie_1.0.3.zip, r-oldrel: GMKMcharlie_1.0.3.zip |
macOS binaries: | r-release: GMKMcharlie_1.0.3.tgz, r-oldrel: GMKMcharlie_1.0.3.tgz |
Please use the canonical form https://CRAN.R-project.org/package=GMKMcharlie to link to this page.