|
Medial Code Documentation
|
The main entrance of LightGBM. this application has two tasks: Train and Predict. Train task will train a new model Predict task will predict the scores of test data using existing model, and save the score to disk. More...
#include <application.h>
Public Member Functions | |
| Application (int argc, char **argv) | |
| ~Application () | |
| Destructor. | |
| void | Run () |
| To call this funciton to run application. | |
Friends | |
| class | MemApp |
The main entrance of LightGBM. this application has two tasks: Train and Predict. Train task will train a new model Predict task will predict the scores of test data using existing model, and save the score to disk.