Package: FastKNN
Type: Package
Title: Fast k-Nearest Neighbors
Version: 0.0.1
Date: 2015-02-11
Author: Gaston Besanson
Maintainer: Gaston Besanson <besanson@gmail.com>
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.
License: GPL-3
Imports: pdist, assertthat
Packaged: 2015-02-12 18:39:41 UTC; DON
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-12 22:37:24
Built: R 4.3.3; ; 2025-01-24 07:24:29 UTC; unix
