![]() |
ROOT
6.06/09
Reference Guide
|
#include <vector>#include <cstdlib>#include <stdexcept>#include "TString.h"#include "TTree.h"#include "TDirectory.h"#include "Riostream.h"#include "TRandom3.h"#include "TH2F.h"#include "TH1.h"#include "TMath.h"#include "TMVA/MethodBase.h"#include "TMVA/MethodANNBase.h"#include "TMVA/TNeuron.h"#include "TMVA/TSynapse.h"#include "TMVA/TActivationChooser.h"#include "TMVA/TActivationTanh.h"#include "TMVA/Types.h"#include "TMVA/Tools.h"#include "TMVA/TNeuronInputChooser.h"#include "TMVA/Ranking.h"#include "TMVA/Version.h"
Include dependency graph for MethodANNBase.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TMVA::MethodANNBase) TMVA | |
| standard constructor Note: Right now it is an option to choose the neuron input function, but only the input function "sum" leads to weight convergence – otherwise the weights go to nan and lead to an ABORT. More... | |
| ClassImp | ( | TMVA::MethodANNBase | ) |
standard constructor Note: Right now it is an option to choose the neuron input function, but only the input function "sum" leads to weight convergence – otherwise the weights go to nan and lead to an ABORT.
Definition at line 70 of file MethodANNBase.cxx.