ATLAS Offline Software
|
Namespaces | |
detail | |
Classes | |
class | BDT |
Simplified Boosted Regression Tree, support TMVA, lgbm, and xgboost. More... | |
class | Forest |
Generic Forest base class. More... | |
class | ForestLGBM |
Implement LGBM with nan support. More... | |
class | ForestLGBMBase |
class | ForestLGBMSimple |
Implement LGBM Forest without nan support. More... | |
class | ForestTMVA |
class | ForestWeighted |
Implement a Forest with weighted nodes This a general Forest class which implement the strategy used by TMVA in some cases. More... | |
class | ForestXGBoost |
Implement XGBoost with nan support. More... | |
class | ForestXGBoostBase |
class | IForest |
Compute the response from the binary trees in the forest. More... | |
class | NodeLGBM |
Node for LGBM with nan implementation. More... | |
class | NodeLGBMSimple |
Node for LGBM without nan implementation. More... | |
class | NodeTMVA |
Node for TMVA implementation. More... | |
class | NodeXGBoost |
Node for XGBoost with nan implementation. More... | |
Typedefs | |
typedef int32_t | index_t |
The index type of the node in the vector. More... | |
typedef int8_t | var_t |
The variable type (i.e., the index of the variable to cut) More... | |
typedef int32_t MVAUtils::index_t |
The index type of the node in the vector.
Definition at line 12 of file MVAUtilsDefs.h.
typedef int8_t MVAUtils::var_t |
The variable type (i.e., the index of the variable to cut)
Definition at line 13 of file MVAUtilsDefs.h.