Skip to content

PablitoCho/KernelKnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Status_Badge Travis-CI Build Status codecov.io AppVeyor build status Downloads

KernelKnn


The KernelKnn package 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. More details on the functionality of KernelKnn can be found in the blog-post and in the package Vignettes.

To install the package from CRAN use,

install.packages("KernelKnn")


and to download the latest version from Github use the install_github function of the devtools package,

devtools::install_github('mlampros/KernelKnn')


Use the following link to report bugs/issues,

https://github.com/mlampros/KernelKnn/issues

About

Kernel k Nearest Neighbors in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 87.9%
  • C++ 11.5%
  • C 0.6%