This package contains methods allowing R users to use the clustering methods of the STK++ library.
Serge Iovleff
As described at the STK++ project's home page, https://www.stkpp.org, STK++ is a versatile, fast, reliable and elegant collection of C++ classes for statistics, clustering, linear algebra, arrays (with an Eigen-like API), regression, dimension reduction, etc. Some functionalities provided by the library are available in the R environment as R functions in MixAll.
The available functionalities are:
Clustering (clusterDiagGaussian, clusterCategorical, clusterPoisson, clusterGamma, clusterMixedData)
Learning ( (learnDiagGaussian, learnCategorical, learnPoisson, learnGamma, learnMixedData),
Prediction (clusterPredict).