|
| RuleEnsemble () |
| constructor More...
|
|
| RuleEnsemble (const RuleEnsemble &other) |
| copy constructor More...
|
|
| RuleEnsemble (RuleFit *rf) |
| constructor More...
|
|
virtual | ~RuleEnsemble () |
| destructor More...
|
|
void | AddOffset (Double_t v) |
|
void * | AddXMLTo (void *parent) const |
| write rules to XML More...
|
|
void | CalcImportance () |
| calculate the importance of each rule More...
|
|
Double_t | CalcLinImportance () |
| calculate the linear importance for each rule More...
|
|
Double_t | CalcLinNorm (Double_t stdev) |
|
Int_t | CalcNRules (const TMVA::DecisionTree *dtree) |
| calculate the number of rules More...
|
|
Double_t | CalcRuleImportance () |
| calculate importance of each rule More...
|
|
void | CalcRuleSupport () |
| calculate the support for all rules More...
|
|
void | CalcVarImportance () |
| Calculates variable importance using eq (35) in RuleFit paper by Friedman et.al. More...
|
|
void | CleanupLinear () |
| cleanup linear model More...
|
|
void | CleanupRules () |
| cleanup rules More...
|
|
void | ClearCoefficients (Double_t val=0) |
|
void | ClearLinCoefficients (Double_t val=0) |
|
void | ClearLinNorm (Double_t val=1.0) |
|
void | ClearRuleMap () |
|
Double_t | CoefficientRadius () |
| Calculates sqrt(Sum(a_i^2)), i=1..N (NOTE do not include a0) More...
|
|
Bool_t | DoFull () const |
|
Bool_t | DoLinear () const |
|
Bool_t | DoOnlyLinear () const |
|
Bool_t | DoOnlyRules () const |
|
Bool_t | DoRules () const |
|
Double_t | EvalEvent () const |
|
Double_t | EvalEvent (const Event &e) |
|
Double_t | EvalEvent (const Event &e, Double_t ofs, const std::vector< Double_t > &coefs, const std::vector< Double_t > &lincoefs) |
|
Double_t | EvalEvent (Double_t ofs, const std::vector< Double_t > &coefs, const std::vector< Double_t > &lincoefs) const |
|
Double_t | EvalEvent (UInt_t evtidx) const |
|
Double_t | EvalEvent (UInt_t evtidx, Double_t ofs, const std::vector< Double_t > &coefs, const std::vector< Double_t > &lincoefs) const |
|
Double_t | EvalLinEvent () const |
|
Double_t | EvalLinEvent (const Event &e) |
|
Double_t | EvalLinEvent (const Event &e, const std::vector< Double_t > &coefs) |
|
Double_t | EvalLinEvent (const Event &e, UInt_t vind) |
|
Double_t | EvalLinEvent (const std::vector< Double_t > &coefs) const |
|
Double_t | EvalLinEvent (UInt_t evtidx) const |
|
Double_t | EvalLinEvent (UInt_t evtidx, const std::vector< Double_t > &coefs) const |
|
Double_t | EvalLinEvent (UInt_t evtidx, UInt_t vind) const |
|
Double_t | EvalLinEvent (UInt_t evtidx, UInt_t vind, Double_t coefs) const |
|
Double_t | EvalLinEventRaw (UInt_t vind, const Event &e, Bool_t norm) const |
|
Double_t | EvalLinEventRaw (UInt_t vind, UInt_t evtidx, Bool_t norm) const |
|
void | FindNEndNodes (const TMVA::Node *node, Int_t &nendnodes) |
| find the number of leaf nodes More...
|
|
Double_t | FStar () const |
| We want to estimate F* = argmin Eyx( L(y,F(x) ), min wrt F(x) F(x) = FL(x) + FR(x) , linear and rule part. More...
|
|
Double_t | FStar (const TMVA::Event &e) |
| We want to estimate F* = argmin Eyx( L(y,F(x) ), min wrt F(x) F(x) = FL(x) + FR(x) , linear and rule part. More...
|
|
Double_t | GetAverageRuleSigma () const |
|
Double_t | GetAverageSupport () const |
|
void | GetCoefficients (std::vector< Double_t > &v) |
| Retrieve all rule coefficients. More...
|
|
const Event * | GetEvent () const |
|
Double_t | GetEventLinearVal (UInt_t i) const |
|
Double_t | GetEventLinearValNorm (UInt_t i) const |
|
const std::vector< UInt_t > & | GetEventRuleMap (UInt_t evtidx) const |
|
Double_t | GetEventRuleVal (UInt_t i) const |
|
Double_t | GetImportanceCut () const |
|
Double_t | GetImportanceRef () const |
|
ELearningModel | GetLearningModel () const |
|
const std::vector< Double_t > & | GetLinCoefficients () const |
|
Double_t | GetLinCoefficients (int i) const |
|
Double_t | GetLinDM (int i) const |
|
Double_t | GetLinDP (int i) const |
|
const std::vector< Double_t > & | GetLinImportance () const |
|
Double_t | GetLinImportance (int i) const |
|
const std::vector< Double_t > & | GetLinNorm () const |
|
Double_t | GetLinNorm (int i) const |
|
Double_t | GetLinQuantile () const |
|
const MethodBase * | GetMethodBase () const |
| Get a pointer to the original MethodRuleFit. More...
|
|
const MethodRuleFit * | GetMethodRuleFit () const |
| Get a pointer to the original MethodRuleFit. More...
|
|
UInt_t | GetNLinear () const |
|
UInt_t | GetNRules () const |
|
Double_t | GetOffset () const |
|
const RuleFit * | GetRuleFit () const |
|
const TMVA::Event * | GetRuleMapEvent (UInt_t evtidx) const |
|
Double_t | GetRuleMinDist () const |
|
Double_t | GetRulePBB (int i) const |
|
Double_t | GetRulePBS (int i) const |
|
Double_t | GetRulePSB (int i) const |
|
Double_t | GetRulePSS (int i) const |
|
Double_t | GetRulePTag (int i) const |
|
std::vector< TMVA::Rule * > & | GetRules () |
|
Rule * | GetRules (int i) |
|
const std::vector< TMVA::Rule * > & | GetRulesConst () const |
|
const Rule * | GetRulesConst (int i) const |
|
UInt_t | GetRulesNCuts (int i) const |
|
const Event * | GetTrainingEvent (UInt_t i) const |
| get the training event from the rule fitter More...
|
|
const std::vector< const TMVA::Event * > * | GetTrainingEvents () const |
| get list of training events from the rule fitter More...
|
|
const std::vector< Double_t > & | GetVarImportance () const |
|
Double_t | GetVarImportance (int i) const |
|
void | Initialize (const RuleFit *rf) |
| Initializes all member variables with default values. More...
|
|
Bool_t | IsLinTermOK (int i) const |
|
Bool_t | IsRuleMapOK () const |
|
void | MakeLinearTerms () |
| Make the linear terms as in eq 25, ref 2 For this the b and (1-b) quantiles are needed. More...
|
|
void | MakeModel () |
| create model More...
|
|
void | MakeRuleMap (const std::vector< const TMVA::Event * > *events=0, UInt_t ifirst=0, UInt_t ilast=0) |
| Makes rule map for all events. More...
|
|
void | MakeRules (const std::vector< const TMVA::DecisionTree * > &forest) |
| Makes rules from the given decision tree. More...
|
|
void | operator= (const RuleEnsemble &other) |
|
Double_t | PdfLinear (Double_t &nsig, Double_t &ntot) const |
| This function returns Pr( y = 1 | x ) for the linear terms. More...
|
|
Double_t | PdfRule (Double_t &nsig, Double_t &ntot) const |
| This function returns Pr( y = 1 | x ) for rules. More...
|
|
void | Print () const |
| print function More...
|
|
void | PrintRaw (std::ostream &os) const |
| write rules to stream More...
|
|
void | PrintRuleGen () const |
| print rule generation info More...
|
|
void | ReadFromXML (void *wghtnode) |
| read rules from XML More...
|
|
void | ReadRaw (std::istream &istr) |
| read rule ensemble from stream More...
|
|
void | RemoveSimilarRules () |
| remove rules that behave similar More...
|
|
void | RuleResponseStats () |
| calculate various statistics for this rule More...
|
|
void | RuleStatistics () |
| calculate various statistics for this rule More...
|
|
void | SetAverageRuleSigma (Double_t v) |
|
void | SetCoefficient (UInt_t i, Double_t v) |
|
void | SetCoefficients (const std::vector< Double_t > &v) |
| set all rule coefficients More...
|
|
void | SetEvent (const Event &e) |
|
void | SetImportanceCut (Double_t minimp=0) |
|
void | SetImportanceRef (Double_t impref) |
| set reference importance More...
|
|
void | SetLinCoefficient (UInt_t i, Double_t v) |
|
void | SetLinCoefficients (const std::vector< Double_t > &v) |
|
void | SetLinDM (const std::vector< Double_t > &xmin) |
|
void | SetLinDP (const std::vector< Double_t > &xmax) |
|
void | SetLinNorm (const std::vector< Double_t > &norm) |
|
void | SetLinQuantile (Double_t q) |
|
void | SetModelFull () |
|
void | SetModelLinear () |
|
void | SetModelRules () |
|
void | SetMsgType (EMsgType t) |
|
void | SetOffset (Double_t v=0.0) |
|
void | SetRuleFit (const RuleFit *rf) |
|
void | SetRuleMinDist (Double_t d) |
|
void | SetRules (const std::vector< TMVA::Rule * > &rules) |
| set rules More...
|
|
void | UpdateEventVal () |
|