public class EvaluationResult extends Object
| Constructor and Description |
|---|
EvaluationResult(int tp,
int fn,
int fp) |
EvaluationResult(int tp,
int fn,
int fp,
String evalLabel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEvalLabel() |
int |
getFn() |
int |
getFp() |
double |
getFscore() |
double |
getPrecision() |
double |
getRecall() |
int |
getTp() |
String |
toString() |
public EvaluationResult(int tp,
int fn,
int fp,
String evalLabel)
public EvaluationResult(int tp,
int fn,
int fp)
public double getPrecision()
public double getRecall()
public double getFscore()
public int getFn()
public int getFp()
public int getTp()
public String getEvalLabel()
Copyright © 2016 JULIE Lab, Germany. All rights reserved.