Skip to content

eroberer/Bayesian-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bayesian-Classification

Living species classification with Bayesian

Example

Give birth, Can fly, Live in water, Have legs 0: no, 1: yes, 2: sometimes

Bayesian bayesian = new Bayesian("File", "Positive Class Name", "Negative Class Name");
String unknownType = "1,0,1,0";
String result = bayesian.getResult(unknownType);
System.out.println(result);

Result

Positive Rate -> 0.020991253644314863
Negative Rate -> 0.0027309968138370514
mammals

About

Living species classification with Bayesian

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages