Java-Naive-Bayes-Classifier
Java-Naive-Bayes-Classifier copied to clipboard
What does weight,assumedProbability parameters do?
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 would be helpful for me if there is a paper to refer to the weighted average formula used in the featureWeighedAverage method.