Package: KernelKnn
Type: Package
Title: Kernel k Nearest Neighbors
Version: 1.0.7
Date: 2017-11-30
Author: Lampros Mouselimis <mouselimislampros@gmail.com>
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
BugReports: https://github.com/mlampros/KernelKnn/issues
URL: https://github.com/mlampros/KernelKnn
Description: Extends the simple k-nearest neighbors algorithm by incorporating numerous kernel functions and a variety of distance metrics. The package takes advantage of 'RcppArmadillo' to speed up the calculation of distances between observations.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R(>= 2.10.0)
Imports: Rcpp (>= 0.12.5)
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-11-30 12:57:54 UTC; lampros
Repository: CRAN
Date/Publication: 2017-11-30 13:49:37 UTC
