ICFERST  22-06
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
xgb_interface.F90 File Reference

Data Types

interface  xgb_interface::fortran_XGDMatrixCreateFromMat
 Create matrix content from dense matrix Returns 0 when success, -1 when failure happens. More...
 
interface  xgb_interface::fortran_XGBoosterCreate
 Create xgboost learner Returns 0 when success, -1 when failure happens. More...
 
interface  xgb_interface::fortran_XGBoosterLoadModel
 Load model from existing file. Returns 0 when success, -1 when failure happens. More...
 
interface  xgb_interface::fortran_XGBoosterSaveModel
 Save model into existing file. Returns 0 when success, -1 when failure happens. More...
 
interface  xgb_interface::fortran_XGBoosterPredict
 Make prediction based on dmatrix Returns 0 when success, -1 when failure happens. More...
 
interface  xgb_interface::fortran_XGBoosterFree
 Free obj in handle Returns 0 when success, -1 when failure happens. More...
 
interface  xgb_interface::fortran_XGBoosterSetParam
 Set Booster parameters Returns 0 when success, -1 when failure happens. More...
 

Modules

module  xgb_interface
 Interface to call XGBoost library C API from fortran.