Class IrisClassificationExample


  • public class IrisClassificationExample
    extends java.lang.Object
    Example 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 .

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Runs example.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IrisClassificationExample

        public IrisClassificationExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Runs example.
        Throws:
        java.io.IOException