1 down vote favorite
share [g+] share [fb] share [tw]
http://en.wikipedia.org/wiki/Confusion_matrix
http://www2.cs.uregina.ca/~hamilton/courses/831/notes/confusion_matrix/confusion_matrix.html
Hi guys, I want to calculate the true positive (TP), true negative (TN), false positive (FP) and false negative (FN) from confusion matrix. The question is, based on the above links, the formula to compute TP, TN, … are different. In Wikipedia link, TP, is one of the elements in confusion matrix without any additional computation, but in the other link:
TP=d/(c+d),
TN= ….
I'm confused of two different values assigned to TP, TN, … in these two pages.
Thanks for your help.