Skip to content

Commit

Permalink
[documentation] small change
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsig committed Mar 10, 2023
1 parent d374619 commit 4b4b20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/src/gpboost_R.h
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ GPBOOST_C_EXPORT SEXP GPB_GetCovariateData_R(
/*!
* \brief Get additional likelihood parameters (e.g., shape parameter for a gamma likelihood)
* \param handle Handle of REModel
* \param[out] Additional likelihood parameters (aux_pars_). This vector needs to be pre-allocated
* \param[out] aux_pars Additional likelihood parameters (aux_pars_). This vector needs to be pre-allocated
* \return R character vector (length=1) with the name of the first parameter
*/
GPBOOST_C_EXPORT SEXP GPB_GetAuxPars_R(
Expand Down
2 changes: 1 addition & 1 deletion include/LightGBM/c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ GPBOOST_C_EXPORT int GPB_GetCovariateData(REModelHandle handle,
/*!
* \brief Get additional likelihood parameters (e.g., shape parameter for a gamma likelihood)
* \param handle Handle of REModel
* \param[out] Additional likelihood parameters (aux_pars_). This vector needs to be pre-allocated
* \param[out] aux_pars Additional likelihood parameters (aux_pars_). This vector needs to be pre-allocated
* \param[out] out_str Name of the first parameter
* \return 0 when succeed, -1 when failure happens
*/
Expand Down

0 comments on commit 4b4b20c

Please sign in to comment.