powered by
Classification, regression, and clustering with k nearest neighbors.
The package contains a function for running the nearest neighbors algorithm, as well as functions to directly compute distances between two vectors.
knn documents the main knn function.
knn
distance and similarity provide details on standalone measures.
distance
similarity
For more details and examples, see the vignette by running the following:
vignette("neighbr-help")