Java-Naive-Bayes-Classifier icon indicating copy to clipboard operation
Java-Naive-Bayes-Classifier copied to clipboard

A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.

Results 5 Java-Naive-Bayes-Classifier issues
Sort by recently updated
recently updated
newest added

Forgive me if I am wrong, but on this line https://github.com/ptnplanet/Java-Naive-Bayes-Classifier/blob/3f8d874c98baacbd3f4accae71e7179ab426dfe2/src/main/java/de/daslaboratorium/machinelearning/classifier/Classifier.java#L297 would not ` return this.getFeatureCount(feature, category) / (float) this.getFeatureCount(feature);` return P(category | feature) rather than P(feature | category)?

The documentation is referenced in the readme file but there is no link to it? pls help thanks (also kinda new to java so might be a stupid question -...

Hi, thanks for simple and well working code. I have some question featureWeighedAverage method. What does these parameter do? Is it like Laplace smoothness term? - weight - assumedProbability It...

Hello, I know you haven't worked on this in a while but was wondering if you had any idea why I keep seeing this issue. I have added about 25...

enhancement

getprobability() return value more than 1 (not between 1 and 0) what should i do? tnx