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

----


---

Reply via email to