Hello everyone!
I know that RapidMiner is using Gaussian distribution in Naive Bayes. But after I compare my result that I count manually and my result on RapidMiner, it's really different. So I am wondering maybe RapidMiner uses a different formula or I just count it wrongly.
I use this formula to count the mean : 1/n*(sum of xi), and this one to count the variance : 1/n-1*sum of(xi-mean)^2.
I want to know what's the formula that RapidMiner uses to count Gaussian NB? Is it just same with the formula that I use above?
Thank you.