|
| RuleFit (const TMVA::MethodBase *rfbase) |
| constructor More...
|
|
| RuleFit (void) |
| default constructor More...
|
|
virtual | ~RuleFit (void) |
| destructor More...
|
|
void | Boost (TMVA::DecisionTree *dt) |
| Boost the events. More...
|
|
void | BuildTree (TMVA::DecisionTree *dt) |
| build the decision tree using fNTreeSample events from fTrainingEventsRndm More...
|
|
void | CalcImportance () |
| calculates the importance of each rule More...
|
|
Double_t | CalcWeightSum (const std::vector< const TMVA::Event * > *events, UInt_t neve=0) |
| calculate the sum of weights More...
|
|
Double_t | EvalEvent (const Event &e) |
| evaluate single event More...
|
|
void | FillCorr (TH2F *h2, const TMVA::Rule *rule, Int_t v1, Int_t v2) |
| fill rule correlation between vx and vy, weighted with either the importance or the coefficient More...
|
|
void | FillCut (TH2F *h2, const TMVA::Rule *rule, Int_t vind) |
| Fill cut. More...
|
|
void | FillLin (TH2F *h2, Int_t vind) |
| fill lin More...
|
|
void | FillVisHistCorr (const Rule *rule, std::vector< TH2F * > &hlist) |
| help routine to MakeVisHists() - fills for all correlation plots More...
|
|
void | FillVisHistCut (const Rule *rule, std::vector< TH2F * > &hlist) |
| help routine to MakeVisHists() - fills for all variables More...
|
|
void | FitCoefficients () |
| Fit the coefficients for the rule ensemble. More...
|
|
void | ForestStatistics () |
| summary of statistics of all trees More...
|
|
Bool_t | GetCorrVars (TString &title, TString &var1, TString &var2) |
| get first and second variables from title More...
|
|
const std::vector< const TMVA::DecisionTree * > & | GetForest () const |
|
const MethodBase * | GetMethodBase () const |
|
const MethodRuleFit * | GetMethodRuleFit () const |
|
Double_t | GetNEveEff () const |
|
UInt_t | GetNTreeSample () const |
|
void | GetRndmSampleEvents (std::vector< const TMVA::Event * > &evevec, UInt_t nevents) |
| draw a random subsample of the training events without replacement More...
|
|
const RuleEnsemble & | GetRuleEnsemble () const |
|
RuleEnsemble * | GetRuleEnsemblePtr () |
|
const RuleFitParams & | GetRuleFitParams () const |
|
RuleFitParams * | GetRuleFitParamsPtr () |
|
const Event * | GetTrainingEvent (UInt_t i) const |
|
const std::vector< const TMVA::Event * > & | GetTrainingEvents () const |
|
Double_t | GetTrainingEventWeight (UInt_t i) const |
|
void | Initialize (const TMVA::MethodBase *rfbase) |
| initialize the parameters of the RuleFit method and make rules More...
|
|
void | InitNEveEff () |
| init effective number of events (using event weights) More...
|
|
void | InitPtrs (const TMVA::MethodBase *rfbase) |
| initialize pointers More...
|
|
void | MakeDebugHists () |
| this will create a histograms intended rather for debugging or for the curious user More...
|
|
void | MakeForest () |
| make a forest of decisiontrees More...
|
|
void | MakeVisHists () |
| this will create histograms visualizing the rule ensemble More...
|
|
void | NormVisHists (std::vector< TH2F * > &hlist) |
| normalize rule importance hists More...
|
|
void | ReshuffleEvents () |
|
void | RestoreEventWeights () |
| save event weights - must be done before making the forest More...
|
|
void | SaveEventWeights () |
| save event weights - must be done before making the forest More...
|
|
void | SetGDNPathSteps (Int_t n=100) |
|
void | SetGDPathStep (Double_t s=0.01) |
|
void | SetGDTau (Double_t t=0.0) |
|
void | SetImportanceCut (Double_t minimp=0) |
|
void | SetMethodBase (const MethodBase *rfbase) |
| set MethodBase More...
|
|
void | SetModelFull () |
|
void | SetModelLinear () |
|
void | SetModelRules () |
|
void | SetMsgType (EMsgType t) |
| set the current message type to that of mlog for this class and all other subtools More...
|
|
void | SetRuleMinDist (Double_t d) |
|
void | SetTrainingEvents (const std::vector< const TMVA::Event * > &el) |
| set the training events randomly More...
|
|
void | SetVisHistsUseImp (Bool_t f) |
|
void | UseCoefficientsVisHists () |
|
void | UseImportanceVisHists () |
|