![]() |
ICFERST
25-11
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
|
Interface to call XGBoost library C API from fortran. More...
Data Types | |
| interface | fortran_XGBoosterCreate |
| Create xgboost learner Returns 0 when success, -1 when failure happens. More... | |
| interface | fortran_XGBoosterFree |
| Free obj in handle Returns 0 when success, -1 when failure happens. More... | |
| interface | fortran_XGBoosterLoadModel |
| Load model from existing file. Returns 0 when success, -1 when failure happens. More... | |
| interface | fortran_XGBoosterPredict |
| Make prediction based on dmatrix Returns 0 when success, -1 when failure happens. More... | |
| interface | fortran_XGBoosterSaveModel |
| Save model into existing file. Returns 0 when success, -1 when failure happens. More... | |
| interface | fortran_XGBoosterSetParam |
| Set Booster parameters Returns 0 when success, -1 when failure happens. More... | |
| interface | fortran_XGDMatrixCreateFromMat |
| Create matrix content from dense matrix Returns 0 when success, -1 when failure happens. More... | |
Interface to call XGBoost library C API from fortran.