|
||||
File indexing completed on 2025-01-18 10:11:10
0001 #ifndef rulevis__HH 0002 #define rulevis__HH 0003 #include "tmvaglob.h" 0004 #include "rulevisHists.h" 0005 #include "rulevisCorr.h" 0006 namespace TMVA{ 0007 0008 // This macro plots the distributions of the different input variables overlaid on 0009 // the sum of importance per bin. 0010 // The scale goes from violett (no importance); to red (high importance). 0011 // Areas where many important rules are active, will thus be very red. 0012 // 0013 // input: - Input file (result from TMVA), 0014 // - normal/decorrelated/PCA 0015 // - use of TMVA plotting TStyle 0016 void rulevis( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNorm, bool useTMVAStyle=kTRUE ); 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 |