[
https://issues.apache.org/jira/browse/MADLIB-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216133#comment-16216133
]
ASF GitHub Bot commented on MADLIB-1129:
----------------------------------------
GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/191
KNN: Fix optional parameters and ordering
Additional Author : Frank McQuillan <[email protected]>
JIRA: MADLIB-1129
Add the necessary interfaces for optional parameters.
Add ordering for the nearest neighbors.
Change the default for output_neighbors to True.
Update the documentation to reflect the changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/orhankislal/madlib knn_t2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/191.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #191
----
commit a32716466a87be1f47bc0c8aa4b370c91670e6e6
Author: Orhan Kislal <[email protected]>
Date: 2017-10-23T23:51:27Z
KNN: Fix optional parameters and ordering
Additional Author : Frank McQuillan <[email protected]>
JIRA: MADLIB-1129
Add the necessary interfaces for optional parameters.
Add ordering for the nearest neighbors.
Change the default for output_neighbors to True.
Update the documentation to reflect the changes.
----
> Additional output information for k-NN
> --------------------------------------
>
> Key: MADLIB-1129
> URL: https://issues.apache.org/jira/browse/MADLIB-1129
> Project: Apache MADlib
> Issue Type: Improvement
> Components: k-NN
> Reporter: Frank McQuillan
> Assignee: Himanshu Pandey
> Priority: Minor
> Labels: starter
> Fix For: v1.13
>
>
> Follow on to
> https://issues.apache.org/jira/browse/MADLIB-927
> List the k-nearest neighbors that were used in the voting/averaging, sorted
> in ASC order according to the distance function used. This could be added to
> the current output table.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)