ATLAS Offline Software
|
#include <BDT.h>
Public Member Functions | |
void | tree_scores (input_t x, score_t scores[fn_classes(n_classes)][n_trees]) const |
void | decision_function (input_t x, score_t score[fn_classes(n_classes)]) const |
Public Attributes | |
score_t | normalisation |
score_t | init_predict [fn_classes(n_classes)] |
OpAdd< score_t > | op_add {} |
Definition at line 110 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
|
inline |
Definition at line 119 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
void GlobalSim::BDT::BDT< n_trees, n_classes, input_t, score_t, threshold_t >::tree_scores | ( | input_t | x, |
score_t | scores[fn_classes(n_classes)][n_trees] | ||
) | const |
score_t GlobalSim::BDT::BDT< n_trees, n_classes, input_t, score_t, threshold_t >::init_predict[fn_classes(n_classes)] |
Definition at line 114 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
score_t GlobalSim::BDT::BDT< n_trees, n_classes, input_t, score_t, threshold_t >::normalisation |
Definition at line 113 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
OpAdd<score_t> GlobalSim::BDT::BDT< n_trees, n_classes, input_t, score_t, threshold_t >::op_add {} |
Definition at line 115 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.