66 : fVisHistsUseImp(
kTRUE )
127 std::vector<const TMVA::Event*> tmp;
128 for (
Long64_t ievt=0; ievt<nevents; ievt++) {
130 tmp.push_back(event);
178 if (events==0)
return 0.0;
179 if (neve==0) neve=events->size();
182 for (
UInt_t ie=0; ie<neve; ie++) {
183 sumw += ((*events)[ie])->GetWeight();
205 Log() << kFATAL <<
"RuleFit::BuildTree() - Attempting to build a tree NOT from a MethodRuleFit" <<
Endl;
207 std::vector<const Event *> evevec;
225 Log() << kFATAL <<
"RuleFit::BuildTree() - Attempting to build a tree NOT from a MethodRuleFit" <<
Endl;
228 Log() << kDEBUG <<
"Each tree is built using a random subsample with " <<
fNTreeSample <<
" events" <<
Endl;
260 const Int_t ntriesMax=10;
265 Bool_t useRandomisedTree = !useBoost;
275 tryAgain = ((dt==0) && (ntries<ntriesMax));
279 if (useBoost)
Boost(dt);
283 Log() << kWARNING <<
"------------------------------------------------------------------" <<
Endl;
284 Log() << kWARNING <<
" Failed growing a tree even after " << ntriesMax <<
" trials" <<
Endl;
285 Log() << kWARNING <<
" Possible solutions: " <<
Endl;
286 Log() << kWARNING <<
" 1. increase the number of training events" <<
Endl;
287 Log() << kWARNING <<
" 2. set a lower min fraction cut (fEventsMin)" <<
Endl;
288 Log() << kWARNING <<
" 3. maybe also decrease the max fraction cut (fEventsMax)" <<
Endl;
289 Log() << kWARNING <<
" If the above warning occurs rarely only, it can be ignored" <<
Endl;
290 Log() << kWARNING <<
"------------------------------------------------------------------" <<
Endl;
293 Log() << kDEBUG <<
"Built tree with minimum cut at N = " << frnd <<
"% events" 294 <<
" => N(nodes) = " <<
fForest.back()->GetNNodes()
295 <<
" ; n(tries) = " << ntries
313 Double_t w = (*e)->GetBoostWeight();
325 Log() << kERROR <<
"RuleFit::RestoreEventWeights() called without having called SaveEventWeights() before!" <<
Endl;
344 std::vector<Char_t> correctSelected;
352 correctSelected.push_back(
kTRUE);
356 correctSelected.push_back(
kFALSE);
364 Double_t boostWeight = (err>0 ? (1.0-err)/err : 1000.0);
369 if (!correctSelected[ie])
370 (*e)->SetBoostWeight( (*e)->GetBoostWeight() * boostWeight);
371 newSumw+=(*e)->GetWeight();
377 (*e)->SetBoostWeight( (*e)->GetBoostWeight() * scale);
379 Log() << kDEBUG <<
"boostWeight = " << boostWeight <<
" scale = " << scale <<
Endl;
389 if (ntrees==0)
return;
394 for (
UInt_t i=0; i<ntrees; i++) {
401 Log() << kVERBOSE <<
"Nodes in trees: average & std dev = " << sumn/ntrees <<
" , " << sig <<
Endl;
411 Log() << kVERBOSE <<
"Fitting rule/linear terms" <<
Endl;
420 Log() << kVERBOSE <<
"Calculating importance" <<
Endl;
425 Log() << kVERBOSE <<
"Filling rule statistics" <<
Endl;
442 if (
fMethodRuleFit==0)
Log() << kFATAL <<
"RuleFit::SetTrainingEvents - MethodRuleFit not initialized" <<
Endl;
444 if (neve==0)
Log() << kWARNING <<
"An empty sample of training events was given" <<
Endl;
449 for (
UInt_t i=0; i<neve; i++) {
459 Log() << kDEBUG <<
"Number of events per tree : " << fNTreeSample
460 <<
" ( N(events) = " << neve <<
" )" 461 <<
" randomly drawn without replacement" <<
Endl;
471 evevec.resize(nevents);
472 for (
UInt_t ie=0; ie<nevents; ie++) {
477 Log() << kWARNING <<
"GetRndmSampleEvents() : requested sub sample size larger than total size (BUG!).";
488 if (hlist.empty())
return;
495 for (
UInt_t i=0; i<hlist.size(); i++) {
505 if (wm<wmin) wmin=wm;
522 for (
UInt_t i=0; i<hlist.size(); i++) {
541 if (!ruleHasVar)
return;
544 if(firstbin<0) firstbin=0;
552 Double_t fbfrac = (dormin ? ((fbmin+xbinw-rmin)/xbinw):1.0);
553 Double_t lbfrac = (dormax ? ((rmax-lbmax+xbinw)/xbinw):1.0);
558 for (
Int_t bin = binmin; bin<binmax+1; bin++) {
559 fbin = bin-firstbin+1;
563 else if (bin==binmax) {
577 h2->
Fill(xc,0.5,val*f);
599 for (
Int_t bin = firstbin; bin<lastbin+1; bin++) {
601 h2->
Fill(xc,0.5,val);
620 Double_t rxmin, rxmax, rymin, rymax;
621 Bool_t dorxmin, dorxmax, dorymin, dorymax;
627 if (!(ruleHasVarX || ruleHasVarY))
return;
646 Double_t fxbinmin = (dorxmin ? ((xbinmin+xbinw-vxmin)/xbinw):1.0);
647 Double_t fxbinmax = (dorxmax ? ((vxmax-xbinmax+xbinw)/xbinw):1.0);
648 Double_t fybinmin = (dorymin ? ((ybinmin+ybinw-vymin)/ybinw):1.0);
649 Double_t fybinmax = (dorymax ? ((vymax-ybinmax+ybinw)/ybinw):1.0);
654 for (
Int_t binx = binxmin; binx<binxmax+1; binx++) {
658 else if (binx==binxmax) {
665 for (
Int_t biny = binymin; biny<binymax+1; biny++) {
669 else if (biny==binymax) {
676 h2->
Fill(xc,yc,val*fx*fy);
686 Int_t nhists = hlist.size();
688 if (nhists!=nvar)
Log() << kFATAL <<
"BUG TRAP: number of hists is not equal the number of variables!" <<
Endl;
690 std::vector<Int_t> vindex;
693 for (
Int_t ih=0; ih<nhists; ih++) {
694 hstr = hlist[ih]->GetTitle();
695 for (
Int_t iv=0; iv<nvar; iv++) {
697 vindex.push_back(iv);
701 for (
Int_t iv=0; iv<nvar; iv++) {
704 FillCut(hlist[iv],rule,vindex[iv]);
719 if (!(ruleimp>0))
return;
722 Int_t nhists = hlist.size();
724 Int_t ncorr = (nvar*(nvar+1)/2)-nvar;
725 if (nhists!=ncorr)
Log() << kERROR <<
"BUG TRAP: number of corr hists is not correct! ncorr = " 726 << ncorr <<
" nvar = " << nvar <<
" nhists = " << nhists <<
Endl;
728 std::vector< std::pair<Int_t,Int_t> > vindex;
732 for (
Int_t ih=0; ih<nhists; ih++) {
733 hstr = hlist[ih]->GetName();
737 vindex.push_back( std::pair<Int_t,Int_t>(iv2,iv1) );
740 Log() << kERROR <<
"BUG TRAP: should not be here - failed getting var1 and var2" <<
Endl;
744 for (
Int_t ih=0; ih<nhists; ih++) {
765 var1 = titleCopy(0,splitPos);
766 var2 = titleCopy(splitPos+4, titleCopy.
Length());
779 const TString directories[5] = {
"InputVariables_Id",
780 "InputVariables_Deco",
781 "InputVariables_PCA",
782 "InputVariables_Gauss",
783 "InputVariables_Gauss_Deco" };
785 const TString corrDirName =
"CorrelationPlots";
797 Log() << kWARNING <<
"No basedir - BUG??" <<
Endl;
803 done = ((varDir!=0) || (type>4));
806 Log() << kWARNING <<
"No input variable directory found - BUG?" <<
Endl;
811 Log() << kWARNING <<
"No correlation directory found" <<
Endl;
812 Log() << kWARNING <<
"Check for other warnings related to correlation histograms" <<
Endl;
816 Log() << kWARNING <<
"No rulefit method directory found - BUG?" <<
Endl;
820 varDirName = varDir->
GetName();
826 Log() << kWARNING <<
"No correlation directory found : " << corrDirName <<
Endl;
832 Log() << kDEBUG <<
"Got number of plots = " << noPlots <<
Endl;
835 std::vector<TH2F *> h1Vector;
836 std::vector<TH2F *> h2CorrVector;
839 while ((key = (
TKey*)next())) {
845 Log() << kDEBUG <<
"Got histogram : " << hname <<
Endl;
859 h1Vector.push_back( newhist );
866 while ((key = (
TKey*)nextCorr())) {
875 Log() << kDEBUG <<
"Got histogram (2D) : " << hname <<
Endl;
883 TH2F *newhist =
new TH2F(newname,htitle,
903 h2CorrVector.push_back( newhist );
911 for (
UInt_t i=0; i<nrules; i++) {
922 for (
UInt_t i=0; i<nrules; i++) {
930 for (
UInt_t i=0; i<h1Vector.size(); i++) h1Vector[i]->Write();
931 for (
UInt_t i=0; i<h2CorrVector.size(); i++) h2CorrVector[i]->Write();
941 Log() << kWARNING <<
"<MakeDebugHists> No rulefit method directory found - bug?" <<
Endl;
946 std::vector<Double_t> distances;
947 std::vector<Double_t> fncuts;
948 std::vector<Double_t> fnvars;
954 for (
UInt_t i=0; i<nrules; i++) {
956 for (
UInt_t j=i+1; j<nrules; j++) {
962 distances.push_back(dAB);
963 fncuts.push_back(static_cast<Double_t>(nc));
964 fnvars.push_back(static_cast<Double_t>(nv));
965 if (dAB<dABmin) dABmin=dAB;
966 if (dAB>dABmax) dABmax=dAB;
971 TH1F *histDist =
new TH1F(
"RuleDist",
"Rule distances",100,dABmin,dABmax);
972 TTree *distNtuple =
new TTree(
"RuleDistNtuple",
"RuleDist ntuple");
976 distNtuple->
Branch(
"dist", &ntDist,
"dist/D");
977 distNtuple->
Branch(
"ncuts",&ntNcuts,
"ncuts/D");
978 distNtuple->
Branch(
"nvars",&ntNvars,
"nvars/D");
980 for (
UInt_t i=0; i<distances.size(); i++) {
981 histDist->
Fill(distances[i]);
982 ntDist = distances[i];
std::vector< const TMVA::Event * > fTrainingEventsRndm
void ForestStatistics()
summary of statistics of all trees
virtual const char * GetName() const
Returns name of object.
void SetPruneMethod(EPruneMethod m=kCostComplexityPruning)
void MakeForest()
make a forest of decisiontrees
virtual Int_t FindBin(Double_t x, Double_t y=0, Double_t z=0)
Return Global bin number corresponding to x,y,z.
virtual void Scale(Double_t c1=1, Option_t *option="")
Multiply this histogram by a constant c1.
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
UInt_t GetNumVarsUsed() const
virtual Double_t GetMaximum(Double_t maxval=FLT_MAX) const
Return maximum value smaller than maxval of bins in the range, unless the value has been overridden b...
J Friedman's RuleFit method.
Double_t GetTreeEveFrac() const
Random number generator class based on M.
virtual TList * GetListOfKeys() const
MsgLogger & Endl(MsgLogger &ml)
const RuleEnsemble & GetRuleEnsemble() const
virtual void SetMaximum(Double_t maximum=-1111)
Bool_t GetCutRange(Int_t sel, Double_t &rmin, Double_t &rmax, Bool_t &dormin, Bool_t &dormax) const
get cut range for a given selector
void CalcImportance()
calculates the importance of each rule
virtual TObject * Get(const char *namecycle)
Return pointer to object identified by namecycle.
const std::vector< const TMVA::Event *> & GetTrainingEvents() const
A class implementing various fits of rule ensembles.
virtual Double_t GetBinLowEdge(Int_t bin) const
Return low edge of bin.
Double_t CheckEvent(const TMVA::Event *, Bool_t UseYesNoLeaf=kFALSE) const
the event e is put into the decision tree (starting at the root node) and the output is NodeType (sig...
Bool_t ContainsVariable(UInt_t iv) const
check if variable in node
TString & ReplaceAll(const TString &s1, const TString &s2)
virtual Int_t Fill()
Fill all branches.
void NormVisHists(std::vector< TH2F *> &hlist)
normalize rule importance hists
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
void SetMsgType(EMsgType t)
set the current message type to that of mlog for this class and all other subtools ...
const MethodBase * fMethodBase
const std::vector< TMVA::Rule * > & GetRulesConst() const
Virtual base Class for all MVA method.
Bool_t GetCorrVars(TString &title, TString &var1, TString &var2)
get first and second variables from title
void InitNEveEff()
init effective number of events (using event weights)
virtual void SetMinimum(Double_t minimum=-1111)
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
void FitCoefficients()
Fit the coefficients for the rule ensemble.
const RuleCut * GetRuleCut() const
1-D histogram with a float per channel (see TH1 documentation)}
std::vector< Double_t > fEventWeights
const char * GetInputTitle(Int_t i) const
void CleanupLinear()
cleanup linear model
void SetTrainingEvents(const std::vector< const TMVA::Event *> &el)
set the training events randomly
const std::vector< Double_t > & GetLinCoefficients() const
Implementation of a rule.
const std::vector< const TMVA::DecisionTree * > & GetForest() const
void SetMsgType(EMsgType t)
void RuleResponseStats()
calculate various statistics for this rule
RuleFit(void)
default constructor
void BuildTree(TMVA::DecisionTree *dt)
build the decision tree using fNTreeSample events from fTrainingEventsRndm
TMVA::DecisionTree::EPruneMethod GetPruneMethod() const
const std::vector< Double_t > & GetLinImportance() const
const Event * GetEvent() const
virtual Double_t GetBinCenter(Int_t bin) const
Return center of bin.
void GetRndmSampleEvents(std::vector< const TMVA::Event * > &evevec, UInt_t nevents)
draw a random subsample of the training events without replacement
DataSetInfo & DataInfo() const
void SetMinType(EMsgType minType)
SeparationBase * GetSeparationBase() const
Book space in a file, create I/O buffers, to fill them, (un)compress them.
virtual ~RuleFit(void)
destructor
Long64_t GetNTrainingEvents() const
void CalcImportance()
calculate the importance of each rule
static constexpr double second
void SetMsgType(EMsgType t)
void SetMethodBase(const MethodBase *rfbase)
set MethodBase
void CleanupRules()
cleanup rules
Double_t GetPruneStrength() const
Double_t GetImportanceCut() const
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0)
Write this object to the current directory.
void RestoreEventWeights()
save event weights - must be done before making the forest
Double_t RuleDist(const Rule &other, Bool_t useCutValue) const
Returns:
const MethodBase * GetMethodBase() const
void CalcVarImportance()
Calculates variable importance using eq (35) in RuleFit paper by Friedman et.al.
void Copy(const RuleFit &other)
copy method
void FillVisHistCut(const Rule *rule, std::vector< TH2F *> &hlist)
help routine to MakeVisHists() - fills for all variables
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 ...
Double_t GetCoefficient() const
void MakeDebugHists()
this will create a histograms intended rather for debugging or for the curious user ...
static const Int_t randSEED
2-D histogram with a float per channel (see TH1 documentation)}
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
void SetPruneStrength(Double_t p)
Implementation of a Decision Tree.
void FillLin(TH2F *h2, Int_t vind)
fill lin
The ROOT global object gROOT contains a list of all defined classes.
RuleEnsemble fRuleEnsemble
Bool_t InheritsFrom(const char *cl) const
Return kTRUE if this class inherits from a class with name "classname".
void Boost(TMVA::DecisionTree *dt)
Boost the events.
std::default_random_engine fRNGEngine
Int_t FindVarIndex(const TString &) const
find variable by name
virtual Double_t GetMinimum(Double_t minval=-FLT_MAX) const
Return minimum value larger than minval of bins in the range, unless the value has been overridden by...
virtual Int_t FindBin(Double_t x)
Find bin number corresponding to abscissa x.
TString & Remove(Ssiz_t pos)
void SaveEventWeights()
save event weights - must be done before making the forest
void Initialize(const RuleFit *rf)
Initializes all member variables with default values.
const MethodRuleFit * fMethodRuleFit
Describe directory structure in memory.
void MakeVisHists()
this will create histograms visualizing the rule ensemble
void SetCurrentType(Types::ETreeType type) const
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
void FillVisHistCorr(const Rule *rule, std::vector< TH2F *> &hlist)
help routine to MakeVisHists() - fills for all correlation plots
virtual Double_t Uniform(Double_t x1=1)
Returns a uniform deviate on the interval (0, x1).
void InitPtrs(const TMVA::MethodBase *rfbase)
initialize pointers
ostringstream derivative to redirect and format output
void MakeModel()
create model
virtual Int_t Branch(TCollection *list, Int_t bufsize=32000, Int_t splitlevel=99, const char *name="")
Create one branch for each element in the collection.
Double_t PruneTree(const EventConstList *validationSample=NULL)
prune (get rid of internal nodes) the Decision tree to avoid overtraining several different pruning m...
void FillCut(TH2F *h2, const TMVA::Rule *rule, Int_t vind)
Fill cut.
virtual Double_t GetBinWidth(Int_t bin) const
Return bin width.
virtual Bool_t cd(const char *path=0)
Change current directory to "this" directory.
Double_t GetImportance() const
TDirectory * BaseDir() const
returns the ROOT directory where info/histograms etc of the corresponding MVA method instance are sto...
void Init()
Initializes all parameters using the RuleEnsemble and the training tree.
UInt_t BuildTree(const EventConstList &eventSample, DecisionTreeNode *node=NULL)
building the decision tree by recursively calling the splitting of one (root-) node into two daughter...
RuleFitParams fRuleFitParams
Double_t EvalEvent(const Event &e)
evaluate single event
Bool_t IsSignal(const Event *ev) const
std::vector< const TMVA::DecisionTree * > fForest
A TTree object has a header with a name and a title.
Double_t EvalEvent() const
void Initialize(const TMVA::MethodBase *rfbase)
initialize the parameters of the RuleFit method and make rules
Double_t CalcWeightSum(const std::vector< const TMVA::Event *> *events, UInt_t neve=0)
calculate the sum of weights
const MethodRuleFit * GetMethodRuleFit() const
virtual Int_t GetNbinsX() const
void SetRuleFit(RuleFit *rf)
Double_t Sqrt(Double_t x)
void MakeGDPath()
The following finds the gradient directed path in parameter space.
virtual Int_t GetBin(Int_t binx, Int_t biny, Int_t binz=0) const
Return Global bin number corresponding to binx,y,z.
Int_t Fill(Double_t)
Invalid Fill method.
std::vector< const TMVA::Event * > fTrainingEvents
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
THist< 2, float, THistStatContent, THistStatUncertainty > TH2F
Double_t GetSupport() const
Timing information for training and evaluation of MVA methods.
TAxis * GetXaxis()
Get the behaviour adopted by the object about the statoverflows. See EStatOverflows for more informat...
Double_t GetMaxFracNEve() const
virtual Int_t GetNbinsY() const
virtual const char * GetTitle() const
Returns title of object.
Double_t GetMinFracNEve() const