You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by orhankislal <gi...@git.apache.org> on 2019/01/07 14:31:49 UTC

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

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

----


---

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

Posted by asfgit <gi...@git.apache.org>.
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/725/



---

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

Posted by asfgit <gi...@git.apache.org>.
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/



---