#include <cstdlib>#include <iostream>#include <map>#include <string>#include "TFile.h"#include "TTree.h"#include "TString.h"#include "TSystem.h"#include "TROOT.h"#include "TMVAMultiClassGui.C"#include "TMVA/Tools.h"#include "TMVA/Factory.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 30 of file TMVAMulticlass.cxx.
References TSystem::AccessPathName(), TMVA::Factory::AddTree(), TMVA::Factory::AddVariable(), TMVA::Factory::BookMethod(), TDirectory::cd(), TFile::Close(), TMVA::Factory::EvaluateAllMethods(), TNamed::GetName(), gROOT, gSystem, i, TMVA::Tools::Instance(), TMVA::Types::kBDT, TMVA::Types::kFDA, TMVA::Types::kMLP, kTRUE, TFile::Open(), TMVA::Factory::PrepareTrainingAndTestTree(), TROOT::ProcessLine(), TMVA::Factory::TestAllMethods(), and TMVA::Factory::TrainAllMethods().
1.5.1