Label-wise performance values. More...
Public Attributes | |
| int | num_correct |
| Number of correct predictions. | |
| int | num_observation |
| Number of occurrences of the label in the gold-standard data. | |
| int | num_model |
| Number of predictions. | |
| floatval_t | precision |
| Precision. | |
| floatval_t | recall |
| Recall. | |
| floatval_t | fmeasure |
| F1 score. | |
Label-wise performance values.
Number of correct predictions.
Number of predictions.
Number of occurrences of the label in the gold-standard data.
Precision.