Releases: namsor/Java-Naive-Bayes-Classifier-JNBC
Releases · namsor/Java-Naive-Bayes-Classifier-JNBC
Java-Naive-Bayes-Classifier-JNBC_v2.0.4
- improved JavaDoc and Unit Test cases
- added explainability module
- links to http://naivebayesclassifier.org/ and back
Java-Naive-Bayes-Classifier-JNBC_v2.0.3
- added Sample3 from https://www.machinelearningplus.com/predictive-modeling/how-naive-bayes-algorithm-works-with-example-and-full-code/
- fixed issue where classifying with an unknown Feature would return a NaN probability
Java-Naive-Bayes-Classifier-JNBC_v2.0.2
Refactored to now use RocksDB,
Changed Features to a set of Key/Values
Fixed several issues and added UnitTests
Added Laplace smoothing
Now with Signed JARs in Maven Central
Java-Naive-Bayes-Classifier-JNBC_v2.0.1
- Refactored to now use RocksDB,
- Changed Features to a set of Key/Values
- Fixed several issues and added UnitTests
- Added Laplace smoothing
Java-Naive-Bayes-LevelDBv1.0.1
added toString()
Java-Naive-Bayes-LevelDBv1.0.0
Java-Naive-Bayes-LevelDBv1.0.0