NPTEL | DATA MINING | WEEK-4
NPTEL DATA MINING WEEK-4 Which of the following statement is true about Bayes classifier? It always provides zero error when class distributions are known It always provides the lowest possible error when class distributions are known It may not always provide the lowest possible error when class distributions are known It always provides the lowest possible error when class distributions are estimated Let A be an example, and C be a class. The probability P(C|A) is known as: Apriori probability Aposteriori probability Class conditional probability None of the above Let A be an example, and C be a class. The probability P(C) is known as: Apriori probability Aposteriori probability Class conditional probability None of the above Consider a binary classification problem with two classes C1 and C2. Class labels of ten other training set instances sorted in increasing order of their distance to an instance x are as follows: {C1, C2, C1, C2, C2, C2, C1, C2, C1, C2}. How will a K=3 nea...