#include "TMVA/rulevis.h" // This macro plots the distributions of the different input variables overlaid on // the sum of importance per bin. // The scale goes from violett (no importance) to red (high importance). // Areas where many important rules are active, will thus be very red. // // input: - Input file (result from TMVA), // - normal/decorrelated/PCA // - use of TMVA plotting TStyle void TMVA::rulevis( TString fin , TMVAGlob::TypeOfPlot type , bool useTMVAStyle ) { //rulevisHists(fin,type,useTMVAStyle); rulevisCorr(fin,type,useTMVAStyle); }