#include <GBRTree.h>
Public Member Functions | |
std::vector< unsigned char > & | CutIndices () |
const std::vector< unsigned char > & | CutIndices () const |
std::vector< float > & | CutVals () |
const std::vector< float > & | CutVals () const |
GBRTree () | |
GBRTree (const TMVA::DecisionTree *tree, double scale, bool useyesnoleaf, bool adjustboundary) | |
double | GetResponse (const float *vector) const |
std::vector< int > & | LeftIndices () |
const std::vector< int > & | LeftIndices () const |
std::vector< float > & | Responses () |
const std::vector< float > & | Responses () const |
std::vector< int > & | RightIndices () |
const std::vector< int > & | RightIndices () const |
int | TerminalIndex (const float *vector) const |
virtual | ~GBRTree () |
Protected Member Functions | |
void | AddNode (const TMVA::DecisionTreeNode *node, double scale, bool isregression, bool useyesnoleaf, bool adjustboundary) |
unsigned int | CountIntermediateNodes (const TMVA::DecisionTreeNode *node) |
unsigned int | CountTerminalNodes (const TMVA::DecisionTreeNode *node) |
Protected Attributes | |
std::vector< unsigned char > | fCutIndices |
std::vector< float > | fCutVals |
std::vector< int > | fLeftIndices |
std::vector< float > | 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 |
GBRTree::GBRTree | ( | ) |
|
explicit |
|
virtual |
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
Definition at line 86 of file GBRTree.h.
References fCutIndices, fCutVals, fLeftIndices, fRightIndices, cmsHarvester::index, cmsLHEtoEOSManager::l, and alignCSCRings::r.
Referenced by GetResponse().
|
friend |
|
protected |
Definition at line 70 of file GBRTree.h.
Referenced by CutIndices(), and TerminalIndex().
|
protected |
Definition at line 71 of file GBRTree.h.
Referenced by CutVals(), and TerminalIndex().
|
protected |
Definition at line 72 of file GBRTree.h.
Referenced by LeftIndices(), and TerminalIndex().
|
protected |
Definition at line 74 of file GBRTree.h.
Referenced by GetResponse(), and Responses().
|
protected |
Definition at line 73 of file GBRTree.h.
Referenced by RightIndices(), and TerminalIndex().