Learn R Programming

knncat (version 1.2.2)

Nearest-neighbor Classification with Categorical Variables

Description

Scale categorical variables in such a way as to make NN classification as accurate as possible. The code also handles continuous variables and prior probabilities, and does intelligent variable selection and estimation of both error rates and the right number of NN's.

Copy Link

Version

Install

install.packages('knncat')

Monthly Downloads

4

Version

1.2.2

License

GPL-2

Maintainer

Sam Buttrey

Last Published

February 6th, 2015

Functions in knncat (1.2.2)

plot.knncat

Plot a knncat classifier
predict.knncat

Prediict on a knncat classifier
knncat

Build a knncat classifier
print.knncat

Print a knncat classifier