Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6880

KNN(k nearest neighbor) algorithm

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Done
    • None
    • 2.4
    • ml

    Description

      We want to add KNN to Apache Ignite ML module.

      Our implementation should support two modes:

      • KNN-classifier(in this mode the output is a class membership. An object is classified by a majority vote of its neighbors, with the object being assigned to the class most common among its k nearest neighbors (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of that single nearest neighbor)
      • KNN-regression(the output is the property value for the object. This value is the average of the values of its k nearest neighbors.)

      Attachments

        Issue Links

          Activity

            People

              zaleslaw Alexey Zinoviev
              chief Yury Babak
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: