Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Member Functions
xgboost::obj::LogisticRawOneAPI Struct Reference
Inheritance diagram for xgboost::obj::LogisticRawOneAPI:
xgboost::obj::LogisticRegressionOneAPI

Static Public Member Functions

static bst_float PredTransform (bst_float x)
 
static bst_float FirstOrderGradient (bst_float predt, bst_float label)
 
static bst_float SecondOrderGradient (bst_float predt, bst_float label)
 
template<typename T >
static T PredTransform (T x)
 
template<typename T >
static T FirstOrderGradient (T predt, T label)
 
template<typename T >
static T SecondOrderGradient (T predt, T label)
 
static const char * DefaultEvalMetric ()
 
static const char * Name ()
 
- Static Public Member Functions inherited from xgboost::obj::LogisticRegressionOneAPI
static bst_float PredTransform (bst_float x)
 
static bool CheckLabel (bst_float x)
 
static bst_float FirstOrderGradient (bst_float predt, bst_float label)
 
static bst_float SecondOrderGradient (bst_float predt, bst_float label)
 
template<typename T >
static T PredTransform (T x)
 
template<typename T >
static T FirstOrderGradient (T predt, T label)
 
template<typename T >
static T SecondOrderGradient (T predt, T label)
 
static bst_float ProbToMargin (bst_float base_score)
 
static const char * LabelErrorMsg ()
 
static const char * DefaultEvalMetric ()
 
static const char * Name ()
 

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