I was reading
through the Naive Bayes Model in the RapidMiner Operator Reference (pdf) found here -
http://rapidminer.com/documentation/and had a question.
In the Naive Bayes model (page 653/990) they are calculating the maximum
calculated probability for each label value.
1. They calculate the Posterior probability of label=Yes = >9/14,
2. Value from distribution table when Outlook = sunny and label = yes (i.e.*0.223*)
I understand posterior probability 9/14, How did they calculate 0.223? How did they arrive at this value?
Please let me know.
Thanks,
Ram