Question
Data Science and Artificial Intelligence Question on Representation of Binary Tree
Given a dataset with K binary-valued attributes (where K > 2) for a two-class classification task, the number of parameters to be estimated for learning a naïve Bayes classifier is
A
2K + 1
B
2K + 1
C
2K+1 + 1
D
K2 + 1
Answer
2K + 1
Explanation
Solution
The correct option is (B) : 2K + 1.