#include <cstdlib>
#include <iostream>
#include <fstream>
#include "Riostream.h"
#include "TLeaf.h"
#include "TEventList.h"
#include "TObjString.h"
#include "TROOT.h"
#include "TMultiLayerPerceptron.h"
#include "TMVA/Config.h"
#include "TMVA/MethodTMlpANN.h"
#include "TMVA/ClassifierFactory.h"
#include "TMVA/Tools.h"
Go to the source code of this file.
Functions | |
ClassImp (TMVA::MethodTMlpANN) TMVA | |
Variables | |
const Bool_t | EnforceNormalization__ = kTRUE |
const TMultiLayerPerceptron::LearningMethod | LearningMethod__ = TMultiLayerPerceptron::kStochastic |
ClassImp | ( | TMVA::MethodTMlpANN | ) |
Definition at line 79 of file MethodTMlpANN.cxx.
const Bool_t EnforceNormalization__ = kTRUE |
Definition at line 69 of file MethodTMlpANN.cxx.
Referenced by TMVA::MethodTMlpANN::CreateMLPOptions().
const TMultiLayerPerceptron::LearningMethod LearningMethod__ = TMultiLayerPerceptron::kStochastic |
Definition at line 74 of file MethodTMlpANN.cxx.