|
xgboost
|
#include <xgboost/logging.h>#include <xgboost/span.h>#include <algorithm>#include <cstddef>#include <iterator>#include <ostream>#include <string>

Go to the source code of this file.
Classes | |
| struct | xgboost::StringView |
Namespaces | |
| xgboost | |
| Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. | |
Functions | |
| std::ostream & | xgboost::operator<< (std::ostream &os, StringView const v) |
| bool | xgboost::operator== (StringView l, StringView r) |
| bool | xgboost::operator!= (StringView l, StringView r) |
| bool | xgboost::operator< (StringView l, StringView r) |
| bool | xgboost::operator< (std::string const &l, StringView r) |
| bool | xgboost::operator< (StringView l, std::string const &r) |