ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
regression_averagedevs.h
Go to the documentation of this file.
1 #ifndef regression_averagedevs__HH
2 #define regression_averagedevs__HH
3 #include "tmvaglob.h"
4 namespace TMVA{
5 
6  /*
7  this macro plots the quadratic deviation of the estimated from the target value, averaged over the first nevt events in test sample (all if Nevt=-1);
8  a); normal average
9  b); truncated average, using best 90%
10  created January 2009, Eckhard von Toerne, University of Bonn, Germany
11  */
12 
13  void regression_averagedevs(TString fin, Int_t Nevt=-1, Bool_t useTMVAStyle = kTRUE );
14 
15 }
16 #endif
void regression_averagedevs(TString fin, Int_t Nevt=-1, Bool_t useTMVAStyle=kTRUE)
Basic string class.
Definition: TString.h:137
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
const Bool_t kTRUE
Definition: Rtypes.h:91