Struct crfsuite_sys::crfsuite_label_evaluation_t [] [src]

#[repr(C)]
pub struct crfsuite_label_evaluation_t { pub num_correct: c_int, pub num_observation: c_int, pub num_model: c_int, pub precision: floatval_t, pub recall: floatval_t, pub fmeasure: floatval_t, }

Label-wise performance values.

Fields

Number of correct predictions.

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

Number of predictions.

Precision.

Recall.

F1 score.

Trait Implementations

impl Debug for crfsuite_label_evaluation_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for crfsuite_label_evaluation_t
[src]

impl Clone for crfsuite_label_evaluation_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more