Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 391 Bytes

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