Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Friends
LightGBM::Application Class Reference

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>

Inheritance diagram for LightGBM::Application:
LightGBM::MemApp

Public Member Functions

 Application (int argc, char **argv)
 
 ~Application ()
 Destructor.
 
void Run ()
 To call this funciton to run application.
 

Friends

class MemApp
 

Detailed Description

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.


The documentation for this class was generated from the following files: