library: libTMVA #include "MethodTMlpANN.h" |
TMVA::MethodTMlpANN
class description - header file - source file - inheritance tree (.pdf)
private:
void CreateMLPOptions()
void InitTMlpANN()
public:
MethodTMlpANN(TString jobName, vector<TString>* theVariables, TTree* theTree = 0, TString theOption = 3000:N-1:N-2, TDirectory* theTargetDir = 0)
MethodTMlpANN(vector<TString>* theVariables, TString theWeightFile, TDirectory* theTargetDir = NULL)
MethodTMlpANN(const TMVA::MethodTMlpANN&)
virtual ~MethodTMlpANN()
static TClass* Class()
virtual Double_t GetMvaValue(TMVA::Event*)
virtual TClass* IsA() const
TMVA::MethodTMlpANN& operator=(const TMVA::MethodTMlpANN&)
virtual void PrepareEvaluationTree(TTree* testTree)
virtual void ReadWeightsFromFile()
void SetHiddenLayer(TString hiddenlayer = )
void SetTestTree(TTree* testTree)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Train()
virtual void WriteHistosToFile()
virtual void WriteWeightsToFile()
private:
TString fHiddenLayer string containig the hidden layer structure
Int_t fNcycles number of training cylcles
TTree* fTestTree TestTree
void CreateMLPOptions( void )
translates options from option string into TMlpANN language
void WriteHistosToFile( void )
write special monitoring histograms to file - not implemented for TMlpANN
Author: Andreas Hoecker, Joerg Stelzer, Helge Voss, Kai Voss
Last update: root/tmva $Id: MethodTMlpANN.cxx,v 1.3 2006/05/23 19:35:06 brun Exp $
Copyright (c) 2005: *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.