[][src]Function lightgbm_sys::LGBM_BoosterGetUpperBoundValue

pub unsafe extern "C" fn LGBM_BoosterGetUpperBoundValue(
    handle: BoosterHandle,
    out_results: *mut f64
) -> c_int

\brief Get model upper bound value. \param handle Handle of booster \param[out] out_results Result pointing to max value \return 0 when succeed, -1 when failure happens