|
xgboost
|
macro for using C++11 enum class as DMLC parameter More...


Go to the source code of this file.
Classes | |
| struct | xgboost::XGBoostParameter< Type > |
Namespaces | |
| xgboost | |
| Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. | |
Macros | |
| #define | DECLARE_FIELD_ENUM_CLASS(EnumClass) |
| Specialization of FieldEntry for enum class (backed by int) More... | |
macro for using C++11 enum class as DMLC parameter
Copyright 2018 by Contributors
| #define DECLARE_FIELD_ENUM_CLASS | ( | EnumClass | ) |
Specialization of FieldEntry for enum class (backed by int)
Use this macro to use C++11 enum class as DMLC parameters
Usage: