Function crfsuite_sys::crfsuite_attribute_set [] [src]

pub unsafe extern "C" fn crfsuite_attribute_set(
    attr: *mut crfsuite_attribute_t,
    aid: c_int,
    value: floatval_t
)

Set an attribute and its value.

  • attr The pointer to crfsuite_attribute_t.
  • aid The attribute identifier.
  • value The attribute value.