ATLAS Offline Software
|
#include <BDT.h>
Public Member Functions | |
score_t | decision_function (input_t x) const |
Public Attributes | |
int | feature [n_nodes] |
threshold_t | threshold [n_nodes] |
score_t | value [n_nodes] |
int | children_left [n_nodes] |
int | children_right [n_nodes] |
int | parent [n_nodes] |
Definition at line 49 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
|
inline |
Definition at line 59 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
int GlobalSim::BDT::Tree< n_tree, n_nodes, n_leaves, input_t, score_t, threshold_t >::children_left[n_nodes] |
Definition at line 55 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
int GlobalSim::BDT::Tree< n_tree, n_nodes, n_leaves, input_t, score_t, threshold_t >::children_right[n_nodes] |
Definition at line 56 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
int GlobalSim::BDT::Tree< n_tree, n_nodes, n_leaves, input_t, score_t, threshold_t >::feature[n_nodes] |
Definition at line 52 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
int GlobalSim::BDT::Tree< n_tree, n_nodes, n_leaves, input_t, score_t, threshold_t >::parent[n_nodes] |
Definition at line 57 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
threshold_t GlobalSim::BDT::Tree< n_tree, n_nodes, n_leaves, input_t, score_t, threshold_t >::threshold[n_nodes] |
Definition at line 53 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.
score_t GlobalSim::BDT::Tree< n_tree, n_nodes, n_leaves, input_t, score_t, threshold_t >::value[n_nodes] |
Definition at line 54 of file Trigger/TrigT1/Global/GlobalSimulation/src/GlobalAlgs/Egamma1BDT/BDT.h.