Public Attributes
crfsuite_label_evaluation_t Struct Reference

Label-wise performance values. More...

List of all members.

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.

Detailed Description

Label-wise performance values.


Member Data Documentation

F1 score.

Number of correct predictions.

Number of predictions.

Number of occurrences of the label in the gold-standard data.

Precision.

Recall.


Copyright (c) 2002-2011 by Naoaki Okazaki
Thu Aug 11 2011 12:37:06