kNN
- App Store Info
Description
The k-nearest neighbours algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approximated locally and all computation is deferred until classification.This app provides a interactive interface for kNN demonstration.



looking forward to it