Function create_class_mlp

Source
pub unsafe extern "C" fn create_class_mlp(
    NumInput: Hlong,
    NumHidden: Hlong,
    NumOutput: Hlong,
    OutputFunction: *const c_char,
    Preprocessing: *const c_char,
    NumComponents: Hlong,
    RandSeed: Hlong,
    MLPHandle: *mut Hlong,
) -> Herror