[GitHub] madlib issue #344: Add kd-tree option to knn.

2019-01-07 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/344
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/723/



---


[GitHub] madlib pull request #344: Add kd-tree option to knn.

2019-01-07 Thread orhankislal
GitHub user orhankislal opened a pull request:

https://github.com/apache/madlib/pull/344

Add kd-tree option to knn.

This commits add the a partial kd-tree implementation to be used for knn
operations. This function is designed to work independently in case some
future modules require its functionality.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib feature/kd-tree

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/344.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 #344


commit 05ed2e172070f0d49baf8b04aed5a3ba42c1f418
Author: Orhan Kislal 
Date:   2018-12-06T08:08:33Z

Add kd-tree option to knn.

This commits add the a partial kd-tree implementation to be used for knn
operations. This function is designed to work independently in case some
future modules require its functionality.




---