Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
resarch:nlpa:research_concepts [2014/09/25 16:30]
preethac
resarch:nlpa:research_concepts [2014/10/02 13:58] (current)
preethac
Line 1: Line 1:
-**Precision and Recall+**Precision(P) and Recall(R)
 ** **
-                    
-                              Manual Annotation/​Oracle/​Ground Truth      
-|             ^ Heading 1            ^ Heading 2          ^ 
  
-                           ^ Yes            ^       ​No ​      ^ + 
- ​System Output ​     ^ Yes    | TRUE POSITIVE ​ | FALSE POSITIVE | +Manual Annotation/​Oracle/​Ground Truth(X Axis) 
-                   ^ No     ​| FALSE NEGATIVE |  TRUE NEGATIVE |+\\ System Output(Y Axis)     ​ 
  
  
 |              ^ Yes                  ^ No                 ^ |              ^ Yes                  ^ No                 ^
-^ Yes          | True Positive ​       | False Positive ​    ​+^ Yes          | True Positive(TP)    ​| False Positive(FP) 
-^ No           | False Negative ​      ​| True Negative ​     |+^ No           | False Negative(FN)   | True Negative(TN)  ​| 
 + 
 + 
 + 
 +P= TP/​(TP+FP) 
 + 
 +R= TP/(TP+FN)
  
 +F= 1/(1/P + 1/​R)<​sup>​1/​2</​sup>​
 + = 2PR/(P + R)
resarch/nlpa/research_concepts.1411677018.txt.gz · Last modified: 2014/09/25 16:30 by preethac
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0