Question: Create a naive bayesian Spam/Ham filter. It must have a GUI that asks for the directory location of the ham and spam files for training
Create a naive bayesian Spam/Ham filter. It must have a GUI that asks for the directory location of the ham and spam files for training and testing, as well as outputting a table with the file, the actual class, and spam probability, and the accuracyv and precision of the entire project. To do so, use Java and JavaFX. Do not use a library to create the spam filter.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
