Do anybody know the specific calculation for naive Bayes classifier in Weka? Does it use any kind of smoothing or log function to calculate the probability?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Weka is open source, https://svn.scms.waikato.ac.nz/svn/weka/trunk/weka/src/main/java/weka/classifiers/bayes/NaiveBayes.java look at the code for yourself. |
|||
|
|