rulevis.C

Go to the documentation of this file.
00001 #include "tmvaglob.C"
00002 #include "rulevisHists.C"
00003 #include "rulevisCorr.C"
00004 
00005 // This macro plots the distributions of the different input variables overlaid on
00006 // the sum of importance per bin.
00007 // The scale goes from violett (no importance) to red (high importance).
00008 // Areas where many important rules are active, will thus be very red.
00009 //
00010 // input: - Input file (result from TMVA),
00011 //        - normal/decorrelated/PCA
00012 //        - use of TMVA plotting TStyle
00013 void rulevis( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNorm, bool useTMVAStyle=kTRUE )
00014 {
00015    //rulevisHists(fin,type,useTMVAStyle);
00016    rulevisCorr(fin,type,useTMVAStyle);
00017 }

Generated on Tue Jul 5 15:26:36 2011 for ROOT_528-00b_version by  doxygen 1.5.1