Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
training_history.h
Go to the documentation of this file.
1 #ifndef training_history__HH
2 #define training_history__HH
3 #include "tmvaglob.h"
4 #include "TH2F.h"
5 #include "TFile.h"
6 #include "TIterator.h"
7 #include "TKey.h"
8 namespace TMVA{
9 
10  void plot_training_history(TString dataset, TFile* file, TDirectory* BinDir=0);
11  void training_history(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
12 }
13 #endif