Learn R Programming

neighbr (version 1.0.3)

Classification, Regression, Clustering with K Nearest Neighbors

Description

Classification, regression, and clustering with k nearest neighbors algorithm. Implements several distance and similarity measures, covering continuous and logical features. Outputs ranked neighbors. Most features of this package are directly based on the PMML specification for KNN.

Copy Link

Version

Install

install.packages('neighbr')

Monthly Downloads

732

Version

1.0.3

License

GPL (>= 2.1)

Maintainer

Dmitriy Bolotov

Last Published

March 19th, 2020

Functions in neighbr (1.0.3)

knn

Classification, regression, and clustering with k nearest neighbors.
distance

Calculate the distance between two vectors.
neighbr

neighbr: A package for computing nearest neighbors.
similarity

Calculate the similarity between two vectors of logicals.