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. @param attr The pointer to crfsuite_attribute_t. @param aid The attribute identifier. @param value The attribute value.