[][src]Function crfsuite_sys::crfsuite_evaluation_init

pub unsafe extern "C" fn crfsuite_evaluation_init(
    eval: *mut crfsuite_evaluation_t,
    n: c_int
)

Initialize an evaluation structure.

  • eval The pointer to crfsuite_evaluation_t.
  • n The number of labels in the dataset.