Skip to content

psyclone20/Naive-Bayes-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages