Package: KernelKnn 1.1.6

Lampros Mouselimis

KernelKnn: Kernel k Nearest Neighbors

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.

Authors:Lampros Mouselimis [aut, cre], Matthew Parks [ctb]

KernelKnn_1.1.6.tar.gz
KernelKnn_1.1.6.tar.gz(r-4.7-arm64)KernelKnn_1.1.6.tar.gz(r-4.7-x86_64)KernelKnn_1.1.6.tar.gz(r-4.6-arm64)KernelKnn_1.1.6.tar.gz(r-4.6-x86_64)
KernelKnn_1.1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
KernelKnn/json (API)
NEWS

# Install 'KernelKnn' in R:
install.packages('KernelKnn', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mlampros/kernelknn/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library
Datasets:
  • Boston - Boston Housing Data
  • ionosphere - Johns Hopkins University Ionosphere database

On CRAN:

Conda:

openblascppopenmp

6.77 score 10 packages 75 scripts 5.8k downloads 3 mentions 5 exports 2 dependencies

Last updated from:b1fd0175c3. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK134
linux-devel-x86_64OK138
source / vignettesOK191
linux-release-arm64OK141
linux-release-x86_64OK145
wasm-releaseOK115

Exports:distMat.KernelKnndistMat.knn.index.distKernelKnnKernelKnnCVknn.index.dist

Dependencies:RcppRcppArmadillo

binary classification using the ionosphere data

Rendered frombinary_classification_using_the_ionosphere_data.Rmdusingknitr::rmarkdownon Jun 14 2026.

Last update: 2017-10-30
Started: 2016-07-09

Image classification of the MNIST and CIFAR-10 data using KernelKnn and HOG (histogram of oriented gradients)

Rendered fromimage_classification_using_MNIST_CIFAR_data.Rmdusingknitr::rmarkdownon Jun 14 2026.

Last update: 2016-09-08
Started: 2016-07-09

Regression using the Housing data

Rendered fromregression_using_the_housing_data.Rmdusingknitr::rmarkdownon Jun 14 2026.

Last update: 2017-10-30
Started: 2016-07-09