xgboost
|
树的模型结构 更多...
#include <dmlc/io.h>
#include <dmlc/parameter.h>
#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>
类 | |
struct | xgboost::TreeParam |
树的元参数 更多... | |
struct | xgboost::RTreeNodeStat |
回归树中使用的节点统计信息 更多... | |
class | xgboost::CopyUniquePtr< T > |
用于定义包含唯一指针的可复制数据结构的辅助类。 更多... | |
class | xgboost::RegTree |
定义回归树为最常见的树模型。 更多... | |
class | xgboost::RegTree::Node |
树节点 更多... | |
struct | xgboost::RegTree::FVec |
可以由 RegTree 接受并可从稀疏特征向量构建的稠密特征向量。 更多... | |
struct | xgboost::RegTree::CategoricalSplitMatrix |
用于类别分割的类似 CSR 的矩阵。 更多... | |
struct | xgboost::RegTree::CategoricalSplitMatrix::Segment |
命名空间 | |
xgboost | |
多目标树的核心数据结构。 | |
函数 | |
StringView | xgboost::MTNotImplemented () |
树的模型结构
版权所有 2014-2025, XGBoost 贡献者