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 的包含依赖图

查看此文件的源代码。

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 >
xgboost::BuiltinBSwap (T v)
 
template<typename T , std::enable_if_t< sizeof(T)==1 > * = nullptr>
xgboost::ToBigEndian (T v)