Class CustomersClusterizationExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.clustering.CustomersClusterizationExample
-
public class CustomersClusterizationExample extends java.lang.ObjectExample of using KMeans clusterization to determine the optimal count of clusters in data.Description of model can be found in: https://en.wikipedia.org/wiki/Kmeans . Original dataset can be downloaded from: https://archive.ics.uci.edu/ml/datasets/Wholesale+customers . Copy of dataset are stored in: modules/ml/src/main/resources/datasets/wholesale_customers.csv . Score for clusterizer estimation: mean of entropy in clusters. Description of entropy can be found in: https://en.wikipedia.org/wiki/Entropy_(information_theory) .
-
-
Constructor Summary
Constructors Constructor Description CustomersClusterizationExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Runs example.
-