|
xgboost
|
| ▼ include | |
| ▼ xgboost | |
| ▼ collective | |
| poll_utils.h | |
| result.h | |
| socket.h | |
| base.h | 定义xgboost的配置宏和基本类型 |
| c_api.h | XGBoost 的 C API,用于与其他语言的接口 |
| cache.h | |
| context.h | |
| data.h | xgboost 的输入数据结构 |
| feature_map.h | 特征映射数据结构,有助于可视化和模型转储 |
| gbm.h | 梯度提升器接口,通过梯度统计学习 |
| global_config.h | XGBoost 的全局配置 |
| host_device_vector.h | 设备-主机向量抽象层 |
| intrusive_ptr.h | 侵入式指针的实现 |
| json.h | |
| json_io.h | |
| learner.h | |
| linalg.h | 线性代数相关工具 |
| linear_updater.h | |
| metric.h | xgboost 中支持的评估指标函数接口 |
| model.h | 定义 XGBoost 中不同组件的抽象接口 |
| multi_target_tree_model.h | |
| objective.h | |
| parameter.h | 将 C++11 枚举类用作 DMLC 参数的宏 |
| predictor.h | 预测器接口,为梯度提升器执行预测 |
| span.h | |
| string_view.h | |
| task.h | |
| tree_model.h | |
| tree_updater.h | 树学习的通用原语,根据信息更新树集合 |
| version_config.h | |
| windefs.h |