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. @param eval The pointer to crfsuite_evaluation_t. @param labels The pointer to the label dictionary. @param cbm The callback function to receive the evaluation result. @param user The pointer to the user data that is forwarded to the callback function.