#include <GBRTree2D.h>
Public Member Functions | |
std::vector< unsigned short > & | CutIndices () |
const std::vector< unsigned short > & | CutIndices () const |
std::vector< float > & | CutVals () |
const std::vector< float > & | CutVals () const |
GBRTree2D () | |
void | GetResponse (const float *vector, double &x, double &y) const |
std::vector< int > & | LeftIndices () |
const std::vector< int > & | LeftIndices () const |
std::vector< float > & | ResponsesX () |
const std::vector< float > & | ResponsesX () const |
std::vector< float > & | ResponsesY () |
const std::vector< float > & | ResponsesY () const |
std::vector< int > & | RightIndices () |
const std::vector< int > & | RightIndices () const |
int | TerminalIndex (const float *vector) const |
~GBRTree2D () | |
Protected Attributes | |
std::vector< unsigned short > | fCutIndices |
std::vector< float > | fCutVals |
std::vector< int > | fLeftIndices |
std::vector< float > | fResponsesX |
std::vector< float > | fResponsesY |
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 |
Definition at line 31 of file GBRTree2D.h.
|
inline |
Definition at line 35 of file GBRTree2D.h.
|
inline |
Definition at line 36 of file GBRTree2D.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 74 of file GBRTree2D.h.
References fCutIndices, fCutVals, fLeftIndices, fResponsesX, fResponsesY, fRightIndices, and cmsHarvester::index.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
Definition at line 106 of file GBRTree2D.h.
References fCutIndices, fCutVals, fLeftIndices, fRightIndices, and cmsHarvester::index.
|
friend |
Definition at line 70 of file GBRTree2D.h.
|
friend |
Definition at line 70 of file GBRTree2D.h.
|
protected |
Definition at line 62 of file GBRTree2D.h.
Referenced by CutIndices(), GetResponse(), and TerminalIndex().
|
protected |
Definition at line 63 of file GBRTree2D.h.
Referenced by CutVals(), GetResponse(), and TerminalIndex().
|
protected |
Definition at line 64 of file GBRTree2D.h.
Referenced by GetResponse(), LeftIndices(), and TerminalIndex().
|
protected |
Definition at line 66 of file GBRTree2D.h.
Referenced by GetResponse(), and ResponsesX().
|
protected |
Definition at line 67 of file GBRTree2D.h.
Referenced by GetResponse(), and ResponsesY().
|
protected |
Definition at line 65 of file GBRTree2D.h.
Referenced by GetResponse(), RightIndices(), and TerminalIndex().