Logo ROOT   6.10/09
Reference Guide
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 dataset,TString fin, Int_t Nevt=-1, Bool_t useTMVAStyle = kTRUE );
14 
15 }
16 #endif
Basic string class.
Definition: TString.h:129
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
void regression_averagedevs(TString dataset, TString fin, Int_t Nevt=-1, Bool_t useTMVAStyle=kTRUE)
Abstract ClassifierFactory template that handles arbitrary types.
const Bool_t kTRUE
Definition: RtypesCore.h:91