ROOT
6.06/09
Reference Guide
|
#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/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/VariableIdentityTransform.h"
#include "TMVA/VariableDecorrTransform.h"
#include "TMVA/VariablePCATransform.h"
#include "TMVA/VariableGaussTransform.h"
#include "TMVA/VariableNormalizeTransform.h"
#include "TMVA/ResultsClassification.h"
#include "TMVA/ResultsRegression.h"
#include "TMVA/ResultsMulticlass.h"
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 |
#define READXML kTRUE |
Referenced by TMVA::Factory::TrainAllMethods().
#define RECREATE_METHODS kTRUE |
Referenced by TMVA::Factory::TrainAllMethods().
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 84 of file Factory.cxx.
const Int_t MinNoTrainingEvents = 10 |
Definition at line 80 of file Factory.cxx.
Referenced by TMVA::Factory::OptimizeAllMethods(), TMVA::MethodCategory::Train(), and TMVA::Factory::TrainAllMethods().