#include <TNeuronInputChooser.h>
Public Types | |
enum | ENeuronInputType |
enum | ENeuronInputType |
Public Member Functions | |
TNeuronInputChooser () | |
virtual | ~TNeuronInputChooser () |
TNeuronInput * | CreateNeuronInput (ENeuronInputType type) const |
TNeuronInput * | CreateNeuronInput (const TString type) const |
std::vector< TString > * | GetAllNeuronInputNames () const |
TNeuronInputChooser () | |
virtual | ~TNeuronInputChooser () |
TNeuronInput * | CreateNeuronInput (ENeuronInputType type) const |
TNeuronInput * | CreateNeuronInput (const TString type) const |
std::vector< TString > * | GetAllNeuronInputNames () const |
Private Attributes | |
TString | fSUM |
TString | fSQSUM |
TString | fABSSUM |
Definition at line 66 of file TNeuronInputChooser.h.
Definition at line 78 of file TNeuronInputChooser.h.
Definition at line 78 of file TNeuronInputChooser.h.
TMVA::TNeuronInputChooser::TNeuronInputChooser | ( | ) | [inline] |
virtual TMVA::TNeuronInputChooser::~TNeuronInputChooser | ( | ) | [inline, virtual] |
Definition at line 76 of file TNeuronInputChooser.h.
TMVA::TNeuronInputChooser::TNeuronInputChooser | ( | ) | [inline] |
virtual TMVA::TNeuronInputChooser::~TNeuronInputChooser | ( | ) | [inline, virtual] |
Definition at line 76 of file TNeuronInputChooser.h.
TNeuronInput* TMVA::TNeuronInputChooser::CreateNeuronInput | ( | ENeuronInputType | type | ) | const [inline] |
Definition at line 83 of file TNeuronInputChooser.h.
References kAbsSum, kSqSum, kSum, and NULL.
Referenced by CreateNeuronInput().
TNeuronInput* TMVA::TNeuronInputChooser::CreateNeuronInput | ( | const TString | type | ) | const [inline] |
std::vector<TString>* TMVA::TNeuronInputChooser::GetAllNeuronInputNames | ( | ) | const [inline] |
Definition at line 102 of file TNeuronInputChooser.h.
References fABSSUM, fSQSUM, fSUM, and names.
Referenced by TMVA::MethodANNBase::DeclareOptions().
TNeuronInput* TMVA::TNeuronInputChooser::CreateNeuronInput | ( | ENeuronInputType | type | ) | const [inline] |
TNeuronInput* TMVA::TNeuronInputChooser::CreateNeuronInput | ( | const TString | type | ) | const [inline] |
std::vector<TString>* TMVA::TNeuronInputChooser::GetAllNeuronInputNames | ( | ) | const [inline] |
TString TMVA::TNeuronInputChooser::fSUM [private] |
Definition at line 113 of file TNeuronInputChooser.h.
Referenced by CreateNeuronInput(), GetAllNeuronInputNames(), and TNeuronInputChooser().
TString TMVA::TNeuronInputChooser::fSQSUM [private] |
Definition at line 114 of file TNeuronInputChooser.h.
Referenced by CreateNeuronInput(), GetAllNeuronInputNames(), and TNeuronInputChooser().
TString TMVA::TNeuronInputChooser::fABSSUM [private] |
Definition at line 115 of file TNeuronInputChooser.h.
Referenced by CreateNeuronInput(), GetAllNeuronInputNames(), and TNeuronInputChooser().