Skip to content

farezascodes/java-BayesServlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-BayesServlet


1. Machine learning classification using Naive Bayes by Weka API library using java
2. It will read CSV file and automatically converts it into arff, but it can also read the arff file directly
3. It will convert every null value on the inserted CSV file into "?" value so that weka csvLoader can read the CSV file
4. CSV file is uploaded through a web page served by java servlet, and the result will be shown on the web page

nB: you need to specify the path where the file will be uploaded. It is located here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published