i want to ask the difference between the mutivariate and multinomial Naive Bayes
In multivariate the formulae of Conditional Probability is (Count of documents that have a particular word in all the documents that belong to a part. class c)/Count of docs in class c
and the formuale for Multinomial Naive Bayes is (term frequency of a part. word in all the documents that belong to class c)/total no. of documents
In multinomial formulae the denominator should be (all the words that belong to a document of class c)
I have confusion in this