#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 |
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 29 of file GBRTree2D.h.
|
inline |
Definition at line 31 of file GBRTree2D.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 66 of file GBRTree2D.h.
References fCutIndices, fCutVals, fLeftIndices, fResponsesX, fResponsesY, and fRightIndices.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
Definition at line 91 of file GBRTree2D.h.
References fCutIndices, fCutVals, fLeftIndices, and fRightIndices.
|
friend |
Definition at line 62 of file GBRTree2D.h.
|
friend |
Definition at line 62 of file GBRTree2D.h.
|
protected |
Definition at line 55 of file GBRTree2D.h.
Referenced by CutIndices(), GetResponse(), and TerminalIndex().
|
protected |
Definition at line 56 of file GBRTree2D.h.
Referenced by CutVals(), GetResponse(), and TerminalIndex().
|
protected |
Definition at line 57 of file GBRTree2D.h.
Referenced by GetResponse(), LeftIndices(), and TerminalIndex().
|
protected |
Definition at line 59 of file GBRTree2D.h.
Referenced by GetResponse(), and ResponsesX().
|
protected |
Definition at line 60 of file GBRTree2D.h.
Referenced by GetResponse(), and ResponsesY().
|
protected |
Definition at line 58 of file GBRTree2D.h.
Referenced by GetResponse(), RightIndices(), and TerminalIndex().