|
||||
File indexing completed on 2025-01-18 10:11:10
0001 #ifndef rulevisHists__HH 0002 #define rulevisHists__HH 0003 #include "tmvaglob.h" 0004 namespace TMVA{ 0005 0006 // This macro plots the distributions of the different input variables overlaid on 0007 // the sum of importance per bin. 0008 // The scale goes from violett (no importance); to red (high importance). 0009 // Areas where many important rules are active, will thus be very red. 0010 // 0011 // input: - Input file (result from TMVA), 0012 // - normal/decorrelated/PCA 0013 // - use of TMVA plotting TStyle 0014 void rulevisHists( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNorm, bool useTMVAStyle=kTRUE ); 0015 void rulevisHists( TDirectory *rfdir, TDirectory *vardir, TDirectory *corrdir, TMVAGlob::TypeOfPlot type); 0016 0017 } 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |