Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DA9719A48 for ; Wed, 23 Mar 2016 17:53:26 +0000 (UTC) Received: (qmail 60103 invoked by uid 500); 23 Mar 2016 17:53:26 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 60022 invoked by uid 500); 23 Mar 2016 17:53:25 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 59791 invoked by uid 99); 23 Mar 2016 17:53:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Mar 2016 17:53:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A5E9E2C1F61 for ; Wed, 23 Mar 2016 17:53:25 +0000 (UTC) Date: Wed, 23 Mar 2016 17:53:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1745) Add exact k-nearest-neighbours algorithm to machine learning library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-1745?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1520= 8861#comment-15208861 ]=20 ASF GitHub Bot commented on FLINK-1745: --------------------------------------- Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1220#issuecomment-200465211 =20 Hi Daniel, the docs are handwritten as far as I know. =20 On Wed, Mar 23, 2016 at 5:49 PM, Daniel Blazevski wrote: =20 > @chiwanpark about the docs, when I lo= ok > at docs/libs/ml/smv.md for instance (or als.md, etc.), the parameters > section seems auto-generated, is that correct? Is so, do you know how= this > was auto-generated? If not, I'll use the existing docs as a template. > > =E2=80=94 > You are receiving this because you were mentioned. > Reply to this email directly or view it on GitHub > > > Add exact k-nearest-neighbours algorithm to machine learning library > -------------------------------------------------------------------- > > Key: FLINK-1745 > URL: https://issues.apache.org/jira/browse/FLINK-1745 > Project: Flink > Issue Type: New Feature > Components: Machine Learning Library > Reporter: Till Rohrmann > Assignee: Daniel Blazevski > Labels: ML, Starter > > Even though the k-nearest-neighbours (kNN) [1,2] algorithm is quite trivi= al it is still used as a mean to classify data and to do regression. This i= ssue focuses on the implementation of an exact kNN (H-BNLJ, H-BRJ) algorith= m as proposed in [2]. > Could be a starter task. > Resources: > [1] [http://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm] > [2] [https://www.cs.utah.edu/~lifeifei/papers/mrknnj.pdf] -- This message was sent by Atlassian JIRA (v6.3.4#6332)