Function crfsuite_sys::crfsuite_data_maxlength [] [src]

pub unsafe extern "C" fn crfsuite_data_maxlength(
    data: *mut crfsuite_data_t
) -> c_int

Obtain the maximum length of the instances in the dataset. @param data The pointer to crfsuite_data_t. @return int The maximum number of items of the instances in the dataset.