![]() |
ICFERST
25-11
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
|
#include "fdebug.h"
Modules | |
| module | multi_machine_learning |
| Module to load and call a XGBoost model. | |
Functions/Subroutines | |
| subroutine | multi_machine_learning::xgboost_load_model () |
| Load the XGBoost model as -> xgb_model (private module variable) More... | |
| subroutine | multi_machine_learning::xgboost_predict (raw_input, out_result) |
| Predict using the loaded XGBoost model xgboost_load_model() needs to be run first. More... | |
| subroutine | multi_machine_learning::xgboost_free_model () |
| Free the loaded XGBoost model from memory. More... | |
| subroutine | multi_machine_learning::test_xgboost () |
| Teste the XGBoost coupling. More... | |