|
void | Update (int32_t iter) const |
|
void | Observe (RegTree const &tree) |
|
void | Observe (RegTree const *p_tree) |
|
template<typename T > |
void | Observe (common::Span< T > span, std::string name, size_t n=std::numeric_limits< std::size_t >::max()) |
|
template<typename T > |
void | Observe (std::vector< T > const &h_vec, std::string name, size_t n=std::numeric_limits< std::size_t >::max()) const |
|
template<typename T > |
void | Observe (HostDeviceVector< T > const &vec, std::string name, size_t n=std::numeric_limits< std::size_t >::max()) const |
|
template<typename T > |
void | Observe (HostDeviceVector< T > *vec, std::string name, size_t n=std::numeric_limits< std::size_t >::max()) const |
|
template<typename Parameter , typename std::enable_if< std::is_base_of< XGBoostParameter< Parameter >, Parameter >::value >::type * = nullptr> |
void | Observe (const Parameter &p, std::string name) const |
|
void | Observe (Args const &args) const |
|
The documentation for this class was generated from the following file: