pub unsafe extern "C" fn GetPredictionDimensionsCount(
modelHandle: *mut ModelCalcerHandle,
) -> size_tExpand description
Get number of dimensions for current prediction
For default APT_RAW_FORMULA_VAL, APT_EXPONENT, APT_PROBABILITY, APT_CLASS prediction type GetPredictionDimensionsCount == GetDimensionsCount
For APT_RMSE_WITH_UNCERTAINTY - returns 2 (value prediction and predicted uncertainty)
@param calcer model handle