Would be great to have a Classifier based on Naive Bayes.
Luckily this library already has an interface compatible with Keel's classifiers so should be easy to merge.
MIT License
https://github.com/yuripourre-forks/Java-Naive-Bayes-Classifier/blob/master/src/main/java/de/daslaboratorium/machinelearning/classifier/Classifier.java
Would be great to have a Classifier based on Naive Bayes.
Classification classifyWithDetails(T feature);Luckily this library already has an interface compatible with Keel's classifiers so should be easy to merge.
MIT License
https://github.com/yuripourre-forks/Java-Naive-Bayes-Classifier/blob/master/src/main/java/de/daslaboratorium/machinelearning/classifier/Classifier.java