2 #ifndef EGAMMAOBJECTS_GBRTree 3 #define EGAMMAOBJECTS_GBRTree 32 explicit GBRTree(
int nIntermediate,
int nTerminal);
std::vector< float > & Responses()
const std::vector< float > & Responses() const
double GetResponse(const float *vector) const
const std::vector< int > & LeftIndices() const
std::vector< float > & CutVals()
std::vector< int > fRightIndices
std::vector< float > fResponses
std::vector< int > & LeftIndices()
const std::vector< unsigned char > & CutIndices() const
std::vector< float > fCutVals
std::vector< int > fLeftIndices
#define COND_SERIALIZABLE
const std::vector< float > & CutVals() const
const std::vector< int > & RightIndices() const
std::vector< int > & RightIndices()
std::vector< unsigned char > fCutIndices
std::vector< unsigned char > & CutIndices()