Function crfsuite_sys::crfsuite_data_totalitems [] [src]

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

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