Naive Bayes Classifier - Discriminant Function
To classify my samples, I decided to use Naive Bayes classifier, but I coded it, not used built-in library functions.
If I use this equality, I obtain nice classification accuracy: p1(x) p2(x) = x belongs to C1
However, I could not understand why discriminant functions produce negative values. If they are probability functions, I think they must generate a value between 0 and 1.
Is there anyone who can explain the reason ?
Topic naive-bayes-classifier discriminant-analysis classification
Category Data Science