2 #ifndef EGAMMAOBJECTS_GBRTree2D
3 #define EGAMMAOBJECTS_GBRTree2D
73 if (vector[cutindex] > cutval) {
98 if (vector[cutindex] > cutval) {
std::vector< unsigned short > & CutIndices()
const std::vector< int > & RightIndices() const
std::vector< int > & LeftIndices()
const std::vector< int > & LeftIndices() const
int TerminalIndex(const float *vector) const
std::vector< float > fResponsesY
std::vector< float > & ResponsesY()
std::vector< int > & RightIndices()
std::vector< float > & CutVals()
const std::vector< float > & CutVals() const
void GetResponse(const float *vector, double &x, double &y) const
std::vector< int > fLeftIndices
std::vector< int > fRightIndices
const std::vector< float > & ResponsesY() const
std::vector< float > fResponsesX
const std::vector< float > & ResponsesX() const
#define COND_SERIALIZABLE
std::vector< float > & ResponsesX()
std::vector< float > fCutVals
std::vector< unsigned short > fCutIndices
const std::vector< unsigned short > & CutIndices() const