Class Summary |
FMeasure |
The Class FMeasure represents the F-Measure. |
NumberOfExpectedPositiveAnswers |
The Class NumberOfExpectedPositiveAnswers counts the number of positive answers in
the golden labels of the testing data. |
NumberOfPositiveAnswers |
The Class NumberOfPositiveAnswers counts the number of positive answers returned by the
model for the testing data. |
NumberOfTruePositives |
The Class NumberOfTruePositives counts the number of positive answers produced by
the model that are consistent with the values in the gold labels of the testing data. |
Precision |
The Class Precision computes precision. |
Recall |
The Class Recall computes recall. |