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