You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Zinoviev (JIRA)" <ji...@apache.org> on 2017/11/13 09:18:00 UTC

[jira] [Assigned] (IGNITE-6880) KNN(k nearest neighbor) algorithm

     [ https://issues.apache.org/jira/browse/IGNITE-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Zinoviev reassigned IGNITE-6880:
----------------------------------------

    Assignee: Aleksey Zinoviev

> KNN(k nearest neighbor) algorithm
> ---------------------------------
>
>                 Key: IGNITE-6880
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6880
>             Project: Ignite
>          Issue Type: New Feature
>      Security Level: Public(Viewable by anyone) 
>          Components: ml
>            Reporter: Yury Babak
>            Assignee: Aleksey Zinoviev
>
> 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.)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)