Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MethodDNN.cxx File Reference
#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 dependency graph for MethodDNN.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
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< doubleTMVA::fetchValue (const std::map< TString, TString > &keyValueMap, TString key, std::vector< double > defaultValue)
 
template<typename 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)