Function create_trained_component_model

Source
pub unsafe extern "C" fn create_trained_component_model(
    ComponentTrainingID: Hlong,
    AngleStart: f64,
    AngleExtent: f64,
    MinContrastComp: Hlong,
    MinScoreComp: f64,
    NumLevelsComp: Hlong,
    AngleStepComp: f64,
    OptimizationComp: *const c_char,
    MetricComp: *const c_char,
    PregenerationComp: *const c_char,
    ComponentModelID: *mut Hlong,
    RootRanking: *mut Hlong,
) -> Herror