/Naive-Bayes-classifier

A Java program to learn from a CSV dataset and then use the knowledge to classify an unseen sample

Primary LanguageJavaMIT LicenseMIT

Naive-Bayes-classifier

A Java program to learn from a CSV dataset and then use the knowledge to classify an unseen sample

Input

The user must enter the following inputs:

  • The number of deciding attributes and their possible values
  • The name of the CSV training dataset
  • The attributes of the unseen sample

Output

The probabilities of the unknown attribute being Yes or No