public class EvaluationRecord extends Object
Constructor and Description |
---|
EvaluationRecord() |
Modifier and Type | Method and Description |
---|---|
int |
getCorrectCount() |
int |
getExtraCount() |
double |
getF1() |
int |
getGoldCount() |
int |
getMissedCount() |
double |
getPrecision() |
int |
getPredictedCount() |
double |
getRecall() |
String |
getSummary() |
Table |
getSummaryTable() |
void |
incrementCorrect() |
void |
incrementCorrect(int c) |
void |
incrementGold() |
void |
incrementGold(int c) |
void |
incrementPredicted() |
void |
incrementPredicted(int c) |
String |
toString() |
public void incrementGold()
public void incrementPredicted()
public void incrementCorrect()
public void incrementGold(int c)
public void incrementPredicted(int c)
public void incrementCorrect(int c)
public int getGoldCount()
public int getPredictedCount()
public int getCorrectCount()
public int getMissedCount()
public int getExtraCount()
public double getPrecision()
public double getRecall()
public double getF1()
public String getSummary()
public Table getSummaryTable()
Copyright © 2017. All rights reserved.