#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 "TMVA/Factory.h"#include "TMVA/Tools.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 51 of file TMVARegression.cxx.
References TSystem::AccessPathName(), TMVA::Factory::AddRegressionTree(), TMVA::Factory::AddSpectator(), TMVA::Factory::AddTarget(), TMVA::Factory::AddVariable(), TMVA::Factory::BookMethod(), TFile::Close(), TMVA::Factory::EvaluateAllMethods(), for(), TNamed::GetName(), gSystem, i, 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::Factory::TestAllMethods(), and TMVA::Factory::TrainAllMethods().
1.5.1