xgboost
|
model structure for tree More...
#include <dmlc/io.h>
#include <dmlc/parameter.h>
#include <limits>
#include <vector>
#include <string>
#include <cstring>
#include <algorithm>
#include <tuple>
#include "./base.h"
#include "./data.h"
#include "./logging.h"
#include "./feature_map.h"
Go to the source code of this file.
Classes | |
struct | xgboost::TreeParam |
meta parameters of the tree More... | |
struct | xgboost::RTreeNodeStat |
node statistics used in regression tree More... | |
class | xgboost::RegTree |
define regression tree to be the most common tree model. This is the data structure used in xgboost's major tree models. More... | |
class | xgboost::RegTree::Node |
tree node More... | |
struct | xgboost::RegTree::FVec |
dense feature vector that can be taken by RegTree and can be construct from sparse feature vector. More... | |
Namespaces | |
xgboost | |
namespace of xgboost | |
model structure for tree
Copyright 2014 by Contributors