#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) |
Variables | |
Bool_t | ReadDataFromAsciiIFormat = kFALSE |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 54 of file TMVAClassification.cxx.
References TSystem::AccessPathName(), TMVA::Factory::AddBackgroundTree(), TMVA::Factory::AddSignalTree(), TMVA::Factory::AddSpectator(), TMVA::Factory::AddVariable(), background, TMVA::Factory::BookMethod(), TFile::Close(), TMVA::Factory::EvaluateAllMethods(), TSystem::Exec(), for(), TNamed::GetName(), gSystem, i, TMVA::Types::kBDT, TMVA::Types::kCFMlpANN, TMVA::Types::kCuts, TMVA::Types::kFDA, TMVA::Types::kFisher, TMVA::Types::kHMatrix, TMVA::Types::kKNN, TMVA::Types::kLD, TMVA::Types::kLikelihood, TMVA::Types::kMLP, TMVA::Types::kPDEFoam, TMVA::Types::kPDERS, TMVA::Types::kRuleFit, TMVA::Types::kSVM, TMVA::Types::kTMlpANN, TFile::Open(), TMVA::Factory::PrepareTrainingAndTestTree(), TMVA::Factory::SetBackgroundWeightExpression(), TMVA::Factory::TestAllMethods(), and TMVA::Factory::TrainAllMethods().
Definition at line 52 of file TMVAClassification.cxx.