Decision tree learning: Difference between revisions

Content deleted Content added
mNo edit summary
Tag: Reverted
Restored revision 1155257143 by MrOllie (talk)
Line 104:
 
=== Estimate of Positive Correctness ===
A simple and effective metric can be used to identify the degree to which true positives outweigh falsetrue positivesnegatives (see [[Confusion matrix]]). This metric, "Estimate of Positive Correctness" is defined below:
 
<math> E_P = TP - FP </math>