FastKNN: Fast k-Nearest Neighbors

Compute labels for a test set according to the k-Nearest Neighbors classification. This is a fast way to do k-Nearest Neighbors classification because the distance matrix -between the features of the observations- is an input to the function rather than being calculated in the function itself every time.

Getting started

Package details

AuthorGaston Besanson
MaintainerGaston Besanson <besanson@gmail.com>
LicenseGPL-3
Version0.0.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("FastKNN")

Try the FastKNN package in your browser

Any scripts or data that you put into this service are public.

FastKNN documentation built on May 1, 2019, 8:16 p.m.