#include <GBRForest.h>
Public Member Functions | |
GBRForest () | |
GBRForest (const TMVA::MethodBDT *bdt) | |
double | GetAdaBoostClassifier (const float *vector) const |
double | GetClassifier (const float *vector) const |
double | GetGradBoostClassifier (const float *vector) const |
double | GetResponse (const float *vector) const |
void | SetInitialResponse (double response) |
std::vector< GBRTree > & | Trees () |
const std::vector< GBRTree > & | Trees () const |
virtual | ~GBRForest () |
Protected Attributes | |
double | fInitialResponse |
std::vector< GBRTree > | 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 30 of file GBRForest.h.
GBRForest::GBRForest | ( | ) |
|
explicit |
|
virtual |
|
inline |
|
inline |
Definition at line 43 of file GBRForest.h.
References GetGradBoostClassifier().
|
inline |
Definition at line 68 of file GBRForest.h.
References create_public_lumi_plots::exp, and GetResponse().
Referenced by GetClassifier().
|
inline |
Definition at line 59 of file GBRForest.h.
References fInitialResponse, and fTrees.
Referenced by GetAdaBoostClassifier(), and GetGradBoostClassifier().
|
private |
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 55 of file GBRForest.h.
|
friend |
Definition at line 55 of file GBRForest.h.
|
protected |
Definition at line 51 of file GBRForest.h.
Referenced by GetResponse(), and SetInitialResponse().
|
protected |
Definition at line 52 of file GBRForest.h.
Referenced by GetResponse(), and Trees().