KCSKNNShiny: K-Nearest Neighbour Classifier

It predicts any attribute (categorical) given a set of input numeric predictor values. Note that only numeric input predictors should be given. The k value can be chosen according to accuracies provided. The attribute to be predicted can be selected from the dropdown provided (select categorical attribute). This is because categorical attributes cannot be given as inputs here. A 'handsontable' is also provided to enter the input predictor values.

Version: 0.1.0
Imports: shiny, rhandsontable, dplyr, caret, FNN
Published: 2019-07-19
Author: Karne Chaithanya Sai
Maintainer: Karne Chaithanya Sai <karnechaithanyasai at gmail.com>
License: GPL-2
NeedsCompilation: no
CRAN checks: KCSKNNShiny results

Documentation:

Reference manual: KCSKNNShiny.pdf

Downloads:

Package source: KCSKNNShiny_0.1.0.tar.gz
Windows binaries: r-devel: KCSKNNShiny_0.1.0.zip, r-release: KCSKNNShiny_0.1.0.zip, r-oldrel: KCSKNNShiny_0.1.0.zip
macOS binaries: r-release (arm64): KCSKNNShiny_0.1.0.tgz, r-oldrel (arm64): KCSKNNShiny_0.1.0.tgz, r-release (x86_64): KCSKNNShiny_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=KCSKNNShiny to link to this page.