xgboost
Public Member Functions | Protected Attributes | List of all members
xgboost::XGBoostParameter< Type > Struct Template Reference

#include <parameter.h>

Inheritance diagram for xgboost::XGBoostParameter< Type >:
Inheritance graph
Collaboration diagram for xgboost::XGBoostParameter< Type >:
Collaboration graph

Public Member Functions

template<typename Container >
Args UpdateAllowUnknown (Container const &kwargs)
 
bool GetInitialised () const
 

Protected Attributes

bool initialised_ {false}
 

Member Function Documentation

◆ GetInitialised()

template<typename Type >
bool xgboost::XGBoostParameter< Type >::GetInitialised ( ) const
inline

◆ UpdateAllowUnknown()

template<typename Type >
template<typename Container >
Args xgboost::XGBoostParameter< Type >::UpdateAllowUnknown ( Container const &  kwargs)
inline

Member Data Documentation

◆ initialised_

template<typename Type >
bool xgboost::XGBoostParameter< Type >::initialised_ {false}
protected

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