ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions | Variables
Factory.cxx File Reference
#include "TROOT.h"
#include "TFile.h"
#include "TTree.h"
#include "TLeaf.h"
#include "TEventList.h"
#include "TH2.h"
#include "TText.h"
#include "TStyle.h"
#include "TMatrixF.h"
#include "TMatrixDSym.h"
#include "TPaletteAxis.h"
#include "TPrincipal.h"
#include "TMath.h"
#include "TObjString.h"
#include "TMVA/Factory.h"
#include "TMVA/ClassifierFactory.h"
#include "TMVA/Config.h"
#include "TMVA/Configurable.h"
#include "TMVA/Tools.h"
#include "TMVA/Ranking.h"
#include "TMVA/DataSet.h"
#include "TMVA/IMethod.h"
#include "TMVA/MethodBase.h"
#include "TMVA/DataInputHandler.h"
#include "TMVA/DataSetManager.h"
#include "TMVA/DataSetInfo.h"
#include "TMVA/MethodBoost.h"
#include "TMVA/MethodCategory.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/VariableIdentityTransform.h"
#include "TMVA/VariableDecorrTransform.h"
#include "TMVA/VariableInfo.h"
#include "TMVA/VariablePCATransform.h"
#include "TMVA/VariableGaussTransform.h"
#include "TMVA/VariableNormalizeTransform.h"
#include "TMVA/Results.h"
#include "TMVA/ResultsClassification.h"
#include "TMVA/ResultsRegression.h"
#include "TMVA/ResultsMulticlass.h"
#include "TMVA/Types.h"
Include dependency graph for Factory.cxx:

Go to the source code of this file.

Macros

#define RECREATE_METHODS   kTRUE
 
#define READXML   kTRUE
 

Functions

 ClassImp (TMVA::Factory) TMVA
 standard constructor jobname : this name will appear in all weight file names produced by the MVAs theTargetFile : output ROOT file; the test tree and all evaluation plots will be stored here theOption : option string; currently: "V" for verbose More...
 

Variables

const Int_t MinNoTrainingEvents = 10
 

Macro Definition Documentation

#define READXML   kTRUE
#define RECREATE_METHODS   kTRUE

Function Documentation

ClassImp ( TMVA::Factory  )

standard constructor jobname : this name will appear in all weight file names produced by the MVAs theTargetFile : output ROOT file; the test tree and all evaluation plots will be stored here theOption : option string; currently: "V" for verbose

Definition at line 90 of file Factory.cxx.

Variable Documentation

const Int_t MinNoTrainingEvents = 10