|
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...
|
|