The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Type: Package
Title: K-Nearest Neighbour Classifier
Version: 0.1.0
Author: Karne Chaithanya Sai
Maintainer: Karne Chaithanya Sai <karnechaithanyasai@gmail.com>
Description: 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.
License: GPL-2
Encoding: UTF-8
LazyData: TRUE
Imports: shiny, rhandsontable, dplyr, caret, FNN
Repository: CRAN
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-18 09:00:26 UTC; Mahe
Date/Publication: 2019-07-19 12:30:02 UTC

K-Nearest Neighbour Classifier

Description

This is a KNN Classifier. It predicts any attribute(categorical) given a set of numeric input 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.

Usage

KCSKNNShiny()

Examples

if(interactive()){KCSKNNShiny()}

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.