xgboost
| 命名空间 | 函数
json_io.h 文件参考
#include <dmlc/endian.h>
#include <xgboost/base.h>
#include <xgboost/json.h>
#include <cstdint>
#include <limits>
#include <string>
#include <utility>
#include <vector>
json_io.h 的包含依赖图

转到此文件的源代码。

类  xgboost::JsonReader
 一个 JSON 读取器,目前错误检查和 UTF-8 尚未完全支持。更多...
 
结构  xgboost::JsonReader::SourceLocation
 
类  xgboost::JsonWriter
 
类  xgboost::UBJReader
 UBJSON 的读取器 https://ubjson.org/更多...
 
类  xgboost::UBJWriter
 UBJSON 的写入器 https://ubjson.org/更多...
 

命名空间

 xgboost
 Learner 接口,将目标、gbm 和评估整合在一起。这是用户界面 XGBoost 训练模块。
 

函数

template<typename T >
xgboost::BuiltinBSwap (T v)
 
template<typename T , std::enable_if_t< sizeof(T)==1 > * = nullptr>
xgboost::ToBigEndian (T v)