Package 'KCSNBShiny'

Title: 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.
Authors: Karne Chaithanya Sai
Maintainer: Karne Chaithanya Sai <[email protected]>
License: GPL-2
Version: 0.1.0
Built: 2025-02-24 04:03:42 UTC
Source: https://github.com/chaithanya07/kcsnbshiny

Help Index


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()