xgboost
|
#include <dmlc/endian.h>
#include <xgboost/base.h>
#include <xgboost/json.h>
#include <cstdint>
#include <limits>
#include <string>
#include <utility>
#include <vector>
类 | |
class | xgboost::JsonReader |
一个 JSON 读取器,目前不完全支持错误检查和 UTF-8。更多... | |
struct | xgboost::JsonReader::SourceLocation |
class | xgboost::JsonWriter |
class | xgboost::UBJReader |
UBJSON 读取器 https://ubjson.org/。更多... | |
class | xgboost::UBJWriter |
UBJSON 写入器 https://ubjson.org/。更多... | |
命名空间 | |
xgboost | |
多目标树的核心数据结构。 | |
函数 | |
template<typename T > | |
T | xgboost::BuiltinBSwap (T v) |
template<typename T , std::enable_if_t< sizeof(T)==1 > * = nullptr> | |
T | xgboost::ToBigEndian (T v) |