Function crfsuite_sys::crfsuite_evaluation_output [] [src]

pub unsafe extern "C" fn crfsuite_evaluation_output(
    eval: *mut crfsuite_evaluation_t,
    labels: *mut crfsuite_dictionary_t,
    cbm: crfsuite_logging_callback,
    user: *mut c_void
)

Print the evaluation result.

  • eval The pointer to crfsuite_evaluation_t.
  • labels The pointer to the label dictionary.
  • cbm The callback function to receive the evaluation result.
  • user The pointer to the user data that is forwarded to the callback function.