#include "TMVA/MethodDNN.h"
#include "TString.h"
#include "TFormula.h"
#include "TObjString.h"
#include "TMVA/ClassifierFactory.h"
#include "TMVA/Configurable.h"
#include "TMVA/IMethod.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/MethodBase.h"
#include "TMVA/Timer.h"
#include "TMVA/Types.h"
#include "TMVA/Tools.h"
#include "TMVA/Config.h"
#include "TMVA/Ranking.h"
#include "TMVA/DNN/Net.h"
#include "TMVA/DNN/Architectures/Reference.h"
#include "TMVA/NeuralNet.h"
#include "TMVA/Monitoring.h"
#include <algorithm>
#include <iostream>
#include <string>
#include <iomanip>
#include <chrono>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | TMVA |
create variable transformations | |
Functions | |
TString | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key) |
template<> | |
bool | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, bool defaultValue) |
template<> | |
double | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, double defaultValue) |
template<> | |
int | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, int defaultValue) |
template<> | |
std::vector< double > | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, std::vector< double > defaultValue) |
template<typename T > | |
T | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, T defaultValue) |
template<> | |
TString | TMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, TString defaultValue) |