Function crfsuite_sys::crfsuite_data_init_n [] [src]

pub unsafe extern "C" fn crfsuite_data_init_n(
    data: *mut crfsuite_data_t,
    n: c_int
)

Initialize a dataset structure with the number of instances.

  • data The pointer to crfsuite_data_t.
  • n The number of instances.