FastKNN (version 0.0.1)

Fast k-Nearest Neighbors

Description

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.

Copy Link

Version

Down Chevron

Install

install.packages('FastKNN')

Monthly Downloads

177

Version

0.0.1

License

GPL-3

Maintainer

Last Published

February 12th, 2015

Functions in FastKNN (0.0.1)