uk.ac.man.entitytagger.evaluate
Class Result

java.lang.Object
  extended by uk.ac.man.entitytagger.evaluate.Result

public class Result
extends java.lang.Object


Field Summary
(package private)  int fn
           
(package private)  int fp
           
(package private)  int fpfn
           
(package private)  int tp
           
 
Constructor Summary
Result()
           
 
Method Summary
 double getFScore()
           
static java.lang.String getHeader()
           
 double getPrecision()
           
 double getRecall()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tp

int tp

fp

int fp

fn

int fn

fpfn

int fpfn
Constructor Detail

Result

public Result()
Method Detail

getRecall

public double getRecall()

getPrecision

public double getPrecision()

getFScore

public double getFScore()

getHeader

public static java.lang.String getHeader()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object