public class ParamEvaluation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
f1 |
int |
falseNegNum |
int |
falsePosNum |
int |
p1Threshold |
int |
p1ThresholdOR |
int |
p2Threshold |
int |
p2ThresholdOR |
int |
p3Threshold |
int |
pMThreshold |
int |
pMThresholdOR |
int |
postiveNum |
double |
precision |
double |
recall |
double |
recalldouble |
int |
truePosNum |
Constructor and Description |
---|
ParamEvaluation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int p1Threshold
public int p2Threshold
public int p3Threshold
public int pMThreshold
public int p1ThresholdOR
public int p2ThresholdOR
public int pMThresholdOR
public int postiveNum
public int truePosNum
public int falsePosNum
public int falseNegNum
public double precision
public double recall
public double f1
public double recalldouble