Re: Adding KNN to madlib

2016-11-15 Thread Kazmi,Auon H
Hi Frank and NJ, Thanks for your comments. I will go through the suggestions provided by NJ. Current interface of KNN is as follows: 1) Input: - Name of table having all the data points in n-dimensional vector form (Double Precision[ ]) -

Re: Adding KNN to madlib

2016-11-15 Thread Frank McQuillan
Auon, Thanks for working on kNN for MADlib. Can you expand a little bit on your note, and post the interface that you are thinking about and description of the arguments? Then people can comment on that. Thanks, Frank On Tue, Nov 15, 2016 at 9:30 AM, Nandish Jayaram

Re: Adding KNN to madlib

2016-11-15 Thread Nandish Jayaram
Hi Auon, Great going with your first version of k-NN implementation. Some useful links for coding guidelines are at (see Developer Documentation): https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61319606 MADilb has something called as install-checks for basic testing. You can