Medial Code Documentation
|
Public Types | |
using | FunctionType = std::function< bool(const double *, int)> |
Callback function type for early stopping. | |
Data Fields | |
FunctionType | callback_function |
int | round_period |
using LightGBM::PredictionEarlyStopInstance::FunctionType = std::function<bool(const double*, int)> |
Callback function type for early stopping.
Takes current prediction and number of elements in prediction