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.
----
---