Go to the documentation of this file.
2 #ifndef EGAMMAOBJECTS_GBRTreeD
3 #define EGAMMAOBJECTS_GBRTreeD
32 template <
typename InputTreeT>
72 if (
vector[cutindex] > cutval) {
88 template <
typename InputTreeT>
90 : fCutIndices(
tree.CutIndices()),
91 fCutVals(
tree.CutVals()),
92 fLeftIndices(
tree.LeftIndices()),
93 fRightIndices(
tree.RightIndices()),
94 fResponses(
tree.Responses()) {}
std::vector< int > & LeftIndices()
std::vector< int > fRightIndices
#define COND_SERIALIZABLE
std::vector< double > & Responses()
double GetResponse(int termidx) const
const std::vector< int > & LeftIndices() const
int TerminalIndex(const float *vector) const
std::vector< unsigned short > & CutIndices()
std::vector< float > & CutVals()
std::vector< float > fCutVals
std::vector< unsigned short > fCutIndices
std::vector< double > fResponses
std::vector< int > & RightIndices()
const std::vector< float > & CutVals() const
const std::vector< int > & RightIndices() const
const std::vector< unsigned short > & CutIndices() const
const std::vector< double > & Responses() const
std::vector< int > fLeftIndices