Package org.apache.ignite.examples.ml.clustering
ML clustering examples.
-
Class Summary Class Description CustomersClusterizationExample Example of using KMeans clusterization to determine the optimal count of clusters in data.GmmClusterizationExample Example of using GMM clusterization algorithm.KMeansClusterizationExample Run KMeans clustering algorithm (KMeansTrainer) over distributed dataset.