Learn R Programming

KCSKNNShiny (version 0.1.0)

K-Nearest Neighbour Classifier

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.

Copy Link

Version

Install

install.packages('KCSKNNShiny')

Monthly Downloads

150

Version

0.1.0

License

GPL-2

Maintainer

Karne Sai

Last Published

July 19th, 2019

Functions in KCSKNNShiny (0.1.0)

KCSKNNShiny

K-Nearest Neighbour Classifier