Class for easily choosing neuron input functions.
Definition at line 66 of file TNeuronInputChooser.h.
Public Types | |
enum | ENeuronInputType { kSum = 0 , kSqSum , kAbsSum } |
Public Member Functions | |
TNeuronInputChooser () | |
virtual | ~TNeuronInputChooser () |
TNeuronInput * | CreateNeuronInput (const TString type) const |
TNeuronInput * | CreateNeuronInput (ENeuronInputType type) const |
std::vector< TString > * | GetAllNeuronInputNames () const |
virtual TClass * | IsA () const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Attributes | |
TString | fABSSUM |
neuron input type name | |
TString | fSQSUM |
neuron input type name | |
TString | fSUM |
neuron input type name | |
#include <TMVA/TNeuronInputChooser.h>
Enumerator | |
---|---|
kSum | |
kSqSum | |
kAbsSum |
Definition at line 78 of file TNeuronInputChooser.h.
|
inline |
Definition at line 70 of file TNeuronInputChooser.h.
|
inlinevirtual |
Definition at line 76 of file TNeuronInputChooser.h.
Definition at line 117 of file TNeuronInputChooser.h.
|
inline |
Definition at line 94 of file TNeuronInputChooser.h.
|
inline |
Definition at line 83 of file TNeuronInputChooser.h.
Definition at line 117 of file TNeuronInputChooser.h.
|
inline |
Definition at line 102 of file TNeuronInputChooser.h.
Definition at line 117 of file TNeuronInputChooser.h.
|
inline |
Definition at line 117 of file TNeuronInputChooser.h.
|
private |
neuron input type name
Definition at line 115 of file TNeuronInputChooser.h.
|
private |
neuron input type name
Definition at line 114 of file TNeuronInputChooser.h.
|
private |
neuron input type name
Definition at line 113 of file TNeuronInputChooser.h.