| xgboost | 
#include <xgboost/base.h>#include <xgboost/data.h>#include <xgboost/feature_map.h>#include <xgboost/linalg.h>#include <xgboost/logging.h>#include <xgboost/model.h>#include <xgboost/multi_target_tree_model.h>#include <algorithm>#include <cstring>#include <limits>#include <memory>#include <stack>#include <string>#include <vector>

| 类 | |
| 结构 | xgboost::TreeParam | 
| 树的元参数 更多... | |
| 结构 | xgboost::RTreeNodeStat | 
| 回归树中使用的节点统计信息 更多... | |
| 类 | xgboost::CopyUniquePtr< T > | 
| 用于定义包含唯一指针的可复制数据结构的辅助类。 更多... | |
| 类 | xgboost::RegTree | 
| 定义回归树为最常见的树模型。更多... | |
| 类 | xgboost::RegTree::Node | 
| 树节点更多... | |
| 结构 | xgboost::RegTree::FVec | 
| 可由 RegTree 使用,并可由稀疏特征向量构造的稠密特征向量。更多... | |
| 结构 | xgboost::RegTree::CategoricalSplitMatrix | 
| 用于分类拆分的类似 CSR 的矩阵。更多... | |
| 结构 | xgboost::RegTree::CategoricalSplitMatrix::Segment | 
| 命名空间 | |
| xgboost | |
| Learner 接口,将目标、gbm 和评估整合在一起。这是用户界面 XGBoost 训练模块。 | |
| 函数 | |
| StringView | xgboost::MTNotImplemented () |