|
xgboost
|
#include <xgboost/base.h>#include <xgboost/byteswap.h>#include <xgboost/json.h>#include <cstdint>#include <limits>#include <string>#include <utility>#include <vector>
Go to the source code of this file.
Classes | |
| class | xgboost::JsonReader |
| A json reader, currently error checking and utf-8 is not fully supported. More... | |
| struct | xgboost::JsonReader::SourceLocation |
| class | xgboost::JsonWriter |
| class | xgboost::UBJReader |
| Reader for UBJSON https://ubjson.org/. More... | |
| class | xgboost::UBJWriter |
| Writer for UBJSON https://ubjson.org/. More... | |
Namespaces | |
| xgboost | |
| Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. | |
Functions | |
| template<typename T , std::enable_if_t< sizeof(T)==1 > * = nullptr> | |
| T | xgboost::ToBigEndian (T v) |