|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttypes.Evaluation
public class Evaluation
| Field Summary | |
|---|---|
int |
correct
|
int |
fn
|
int |
fp
|
int |
tn
|
int |
total
|
int |
tp
|
| Constructor Summary | |
|---|---|
Evaluation(int correct,
int total,
int tp,
int fp,
int fn)
|
|
| Method Summary | |
|---|---|
double |
accuracy()
|
void |
add(Evaluation e)
|
double |
fscore()
|
double |
precision()
|
double |
recall()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int tp
public int fp
public int fn
public int tn
public int correct
public int total
| Constructor Detail |
|---|
public Evaluation(int correct,
int total,
int tp,
int fp,
int fn)
| Method Detail |
|---|
public double accuracy()
public double precision()
public double recall()
public double fscore()
public String toString()
toString in class Objectpublic void add(Evaluation e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||