#include <GBRTreeD.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 |
GBRTreeD () | |
template<typename InputTreeT > | |
GBRTreeD (const InputTreeT &tree) | |
double | GetResponse (int termidx) const |
std::vector< int > & | LeftIndices () |
const std::vector< int > & | LeftIndices () const |
std::vector< double > & | Responses () |
const std::vector< double > & | Responses () const |
std::vector< int > & | RightIndices () |
const std::vector< int > & | RightIndices () const |
int | TerminalIndex (const float *vector) const |
virtual | ~GBRTreeD () |
Protected Attributes | |
std::vector< unsigned short > | fCutIndices |
std::vector< float > | fCutVals |
std::vector< int > | fLeftIndices |
std::vector< double > | 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 |
Definition at line 33 of file GBRTreeD.h.
|
inline |
GBRTreeD::GBRTreeD | ( | const InputTreeT & | tree | ) |
Definition at line 100 of file GBRTreeD.h.
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
Definition at line 72 of file GBRTreeD.h.
References fCutIndices, fCutVals, fLeftIndices, and fRightIndices.
Referenced by GetResponse().
|
friend |
Definition at line 67 of file GBRTreeD.h.
|
friend |
Definition at line 67 of file GBRTreeD.h.
|
protected |
Definition at line 61 of file GBRTreeD.h.
Referenced by CutIndices(), and TerminalIndex().
|
protected |
Definition at line 62 of file GBRTreeD.h.
Referenced by CutVals(), and TerminalIndex().
|
protected |
Definition at line 63 of file GBRTreeD.h.
Referenced by LeftIndices(), and TerminalIndex().
|
protected |
Definition at line 65 of file GBRTreeD.h.
Referenced by GetResponse(), and Responses().
|
protected |
Definition at line 64 of file GBRTreeD.h.
Referenced by RightIndices(), and TerminalIndex().