Class GmmClusterizationExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.clustering.GmmClusterizationExample
-
public class GmmClusterizationExample extends java.lang.ObjectExample of using GMM clusterization algorithm. Gaussian Mixture Algorithm (GMM, seeGmmModel,GmmTrainer) can be used for input dataset data distribution representation as mixture of multivariate gaussians. More info: https://en.wikipedia.org/wiki/Mixture_model#Gaussian_mixture_model .In this example GMM are used for gaussians shape recovering - means and covariances of them.
-
-
Constructor Summary
Constructors Constructor Description GmmClusterizationExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Runs example.
-