KCSNBShiny {KCSNBShiny}R Documentation

Naive Bayes Classifier

Description

Predicts any variable in any categorical dataset for given values of predictor variables.If a dataset contains 4 variables, then any variable can be predicted based on the values of the other three variables given by the user. The user can upload their own datasets and select what variable they want to predict.A handsontable is provided to enter the predictor values and also accuracy of the prediction is also shown.

Usage

KCSNBShiny()

Examples

if(interactive()){KCSNBShiny()}


[Package KCSNBShiny version 0.1.0 Index]