Naivebayes
Naivebayes
Find out whether the object with attribute Confident = Yes, Sick = No will Fail or Pass
using Bayesian classification.
The data tuples are described by the attributes Confident, Studied and Sick. The class label
attribute, Result, has two distinct values (namely, {Pass, Fail}).
Let, C1 correspond to the class Result = Pass and C2 correspond to Result = Fail.
The tuple we wish to classify is X = (Confident = Yes, Sick = No)