neighbr {neighbr} | R Documentation |
neighbr: A package for computing nearest neighbors.
Description
Classification, regression, and clustering with k nearest neighbors.
Neighbr functions
The package contains a function for running the nearest neighbors algorithm, as well as functions to directly compute distances between two vectors.
More information
knn
documents the main knn
function.
distance
and similarity
provide details on standalone measures.
For more details and examples, see the vignette by running the following:
vignette("neighbr-help")
[Package neighbr version 1.0.3 Index]