Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Data Fields
LightGBM::PredictionEarlyStopInstance Struct Reference

Public Types

using FunctionType = std::function< bool(const double *, int)>
 Callback function type for early stopping.
 

Data Fields

FunctionType callback_function
 
int round_period
 

Member Typedef Documentation

◆ FunctionType

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

Returns
true if prediction should stop according to criterion

The documentation for this struct was generated from the following file: