Hi, I am a first year Computer Science graduate student at University of Florida working on implementing KNN in Madlib. I am ready with a first version of it but I don't know how to proceed with testing and adding it to Madlib platform. Also, I am not clear on what standards do I have to choose in the final implementation. My current version asks for the table name and column name having vectors in which I have to find the neighbours. The other table given as input holds the vector whose K-NN needs to be found. It is assuming euclidean distance metric for distance calculation. It would really help if somebody can share ideas on what can be added to this functionality.
Regards, Auon Haidar Kazmi
