xgboost
xgboost Directory Reference
Directory dependency graph for xgboost:
/workspace/include/xgboost

Files

file  base.h [code]
 defines configuration macros of xgboost.
 
file  build_config.h [code]
 
file  c_api.h [code]
 C API of XGBoost, used for interfacing to other languages.
 
file  data.h [code]
 The input data structure of xgboost.
 
file  feature_map.h [code]
 Feature map data structure to help visualization and model dump.
 
file  gbm.h [code]
 Interface of gradient booster, that learns through gradient statistics.
 
file  learner.h [code]
 Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module.
 
file  linear_updater.h [code]
 
file  metric.h [code]
 interface of evaluation metric function supported in xgboost.
 
file  objective.h [code]
 interface of objective function used by xgboost.
 
file  predictor.h [code]
 Interface of predictor, performs predictions for a gradient booster.
 
file  tree_model.h [code]
 model structure for tree
 
file  tree_updater.h [code]
 General primitive for tree learning, Updating a collection of trees given the information.