Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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"
8namespace TMVA{
9
10 void plot_training_history(TString dataset, TFile* file, TDirectory* BinDir=nullptr);
11 void training_history(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
12}
13#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
Describe directory structure in memory.
Definition TDirectory.h:45
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
Definition TFile.h:53
Basic string class.
Definition TString.h:139
create variable transformations
void plot_training_history(TString dataset, TFile *file, TDirectory *BinDir=nullptr)
void training_history(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)