Class DocResult
- java.lang.Object
-
- de.julielab.genemapper.evaluation.tools.DocResult
-
public class DocResult extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFn()intgetFp()doublegetFscore()doublegetPrecision()doublegetRecall()intgetTp()voidsetFn(int fn)voidsetFp(int fp)voidsetTp(int tp)StringtoDetailedString()StringtoString()
-
-
-
Method Detail
-
getRecall
public double getRecall()
-
getPrecision
public double getPrecision()
-
getFscore
public double getFscore()
-
toDetailedString
public String toDetailedString()
-
getFn
public int getFn()
-
setFn
public void setFn(int fn)
-
getFp
public int getFp()
-
setFp
public void setFp(int fp)
-
getTp
public int getTp()
-
setTp
public void setTp(int tp)
-
-