Suppose you want to use Naive Bayes to perform documentclassification (binary clas-
sification) using the bag of words model where we have D documentsand a total of n
words. How many probabilities would a Naive Bayes classifier needto learn? Suppose,
your boss says, change the order of sentences in each document andre-learn the Naive
Bayes classifier, do you expect the learned model to be different?Briefly explain