Clustering
This is a legacy Apache Ignite documentationThe new documentation is hosted here: http://ignite.apache.org/docs/latest/
The Apache Ignite Machine Learning module provides K-Means and GMM algorithms to group the unlabeled data into clusters.
All existing training algorithms presented in this section are designed to solve unsupervised (clustering) tasks:
Theory TipKMeans can be seen as a special case of Gaussian mixture model with equal covariance per component.
Updated 9 months ago
