Approximate K-Nearest Neighbours


KNN compares the class or value of the closest K samples, as specified by the given metric, and returns the averaged response of those samples. Approximate KNN
More information on Wikipedia and on the ANN website.

Parameters: