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.

data The pointer to crfsuite_data_t.

Returns the maximum number of items of the instances in the dataset.