#include <cstdlib>#include <iostream>#include <map>#include <string>#include "TChain.h"#include "TFile.h"#include "TTree.h"#include "TString.h"#include "TObjString.h"#include "TSystem.h"#include "TROOT.h"#include "TMVARegGui.C"Go to the source code of this file.
Functions | |
| void | TMVARegression (TString myMethodList="") |
| void TMVARegression | ( | TString | myMethodList = "" |
) |
Definition at line 48 of file TMVARegression.C.
References TSystem::AccessPathName(), TMVA::Factory::AddRegressionTree(), TMVA::Factory::AddSpectator(), TMVA::Factory::AddTarget(), TMVA::Factory::AddVariable(), TMVA::Factory::BookMethod(), TFile::Close(), TMVA::Factory::EvaluateAllMethods(), TNamed::GetName(), gROOT, gSystem, TMVA::gTools(), i, TMVA::Tools::Instance(), TROOT::IsBatch(), TMVA::Types::kBDT, TMVA::Types::kFDA, TMVA::Types::kKNN, TMVA::Types::kLD, TMVA::Types::kMLP, TMVA::Types::kPDEFoam, TMVA::Types::kPDERS, TMVA::Types::kSVM, TFile::Open(), TMVA::Factory::PrepareTrainingAndTestTree(), TMVA::Factory::SetWeightExpression(), TMVA::Tools::SplitString(), TMVA::Factory::TestAllMethods(), TMVARegGui(), and TMVA::Factory::TrainAllMethods().
1.5.1