2 #ifndef EGAMMAOBJECTS_GBRTree2D
3 #define EGAMMAOBJECTS_GBRTree2D
38 void GetResponse(
const float* vector,
double &
x,
double &
y)
const;
83 if (vector[cutindex] > cutval) {
114 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
T x() const
Cartesian x coordinate.
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