#include <GBRForestD.h>
Public Types | |
typedef GBRTreeD | TreeT |
Public Member Functions | |
GBRForestD () | |
template<typename InputForestT > | |
GBRForestD (const InputForestT &forest) | |
double | GetResponse (const float *vector) const |
double | InitialResponse () const |
void | SetInitialResponse (double response) |
std::vector< GBRTreeD > & | Trees () |
const std::vector< GBRTreeD > & | Trees () const |
virtual | ~GBRForestD () |
Protected Attributes | |
double | fInitialResponse |
std::vector< GBRTreeD > | fTrees |
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 27 of file GBRForestD.h.
typedef GBRTreeD GBRForestD::TreeT |
Definition at line 29 of file GBRForestD.h.
GBRForestD::GBRForestD | ( | ) |
Definition at line 4 of file GBRForestD.cc.
GBRForestD::GBRForestD | ( | const InputForestT & | forest | ) |
Definition at line 61 of file GBRForestD.h.
References fTrees.
|
virtual |
Definition at line 11 of file GBRForestD.cc.
|
inline |
Definition at line 51 of file GBRForestD.h.
References fInitialResponse, and fTrees.
Referenced by PFClusterEMEnergyCorrector::correctEnergies(), and SCEnergyCorrectorSemiParm::modifyObject().
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 47 of file GBRForestD.h.
|
friend |
Definition at line 47 of file GBRForestD.h.
|
protected |
Definition at line 44 of file GBRForestD.h.
Referenced by GetResponse(), InitialResponse(), and SetInitialResponse().
|
protected |
Definition at line 45 of file GBRForestD.h.
Referenced by GBRForestD(), GetResponse(), and Trees().