Class IrisClassificationExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.knn.IrisClassificationExample
-
public class IrisClassificationExample extends java.lang.ObjectExample of using Knn model in Apache Ignite for iris class predicion.Description of model can be found in: https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm . Original dataset can be downloaded from: https://archive.ics.uci.edu/ml/datasets/Wholesale+customers . Copy of dataset are stored in: https://archive.ics.uci.edu/ml/datasets/iris . Score for classifier estimation: accuracy . Description of score can be found in: https://stattrek.com/statistics/dictionary.aspx?definition=accuracy .
-
-
Constructor Summary
Constructors Constructor Description IrisClassificationExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Runs example.
-