#include <GBRTree.h>
Public Member Functions | |
std::vector< unsigned char > & | CutIndices () |
const std::vector< unsigned char > & | CutIndices () const |
std::vector< float > & | CutVals () |
const std::vector< float > & | CutVals () const |
GBRTree () | |
GBRTree (int nIntermediate, int nTerminal) | |
double | GetResponse (const float *vector) const |
std::vector< int > & | LeftIndices () |
const std::vector< int > & | LeftIndices () const |
std::vector< float > & | Responses () |
const std::vector< float > & | Responses () const |
std::vector< int > & | RightIndices () |
const std::vector< int > & | RightIndices () const |
Protected Attributes | |
std::vector< unsigned char > | fCutIndices |
std::vector< float > | fCutVals |
std::vector< int > | fLeftIndices |
std::vector< float > | fResponses |
std::vector< int > | fRightIndices |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
GBRTree::GBRTree | ( | ) |
|
explicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 67 of file GBRTree.h.
References fCutIndices, fCutVals, fLeftIndices, fResponses, fRightIndices, checklumidiff::l, and alignCSCRings::r.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
friend |
|
protected |
Definition at line 56 of file GBRTree.h.
Referenced by CutIndices(), and GetResponse().
|
protected |
Definition at line 57 of file GBRTree.h.
Referenced by CutVals(), and GetResponse().
|
protected |
Definition at line 58 of file GBRTree.h.
Referenced by GetResponse(), and LeftIndices().
|
protected |
Definition at line 60 of file GBRTree.h.
Referenced by GetResponse(), and Responses().
|
protected |
Definition at line 59 of file GBRTree.h.
Referenced by GetResponse(), and RightIndices().