Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::TNeuronInputChooser Class Reference

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 ()
 
TNeuronInputCreateNeuronInput (const TString type) const
 
TNeuronInputCreateNeuronInput (ENeuronInputType type) const
 
std::vector< TString > * GetAllNeuronInputNames () const
 

Private Attributes

TString fABSSUM
 
TString fSQSUM
 
TString fSUM
 

#include <TMVA/TNeuronInputChooser.h>

Member Enumeration Documentation

◆ ENeuronInputType

Enumerator
kSum 
kSqSum 
kAbsSum 

Definition at line 78 of file TNeuronInputChooser.h.

Constructor & Destructor Documentation

◆ TNeuronInputChooser()

TMVA::TNeuronInputChooser::TNeuronInputChooser ( )
inline

Definition at line 70 of file TNeuronInputChooser.h.

◆ ~TNeuronInputChooser()

virtual TMVA::TNeuronInputChooser::~TNeuronInputChooser ( )
inlinevirtual

Definition at line 76 of file TNeuronInputChooser.h.

Member Function Documentation

◆ CreateNeuronInput() [1/2]

TNeuronInput * TMVA::TNeuronInputChooser::CreateNeuronInput ( const TString  type) const
inline

Definition at line 94 of file TNeuronInputChooser.h.

◆ CreateNeuronInput() [2/2]

TNeuronInput * TMVA::TNeuronInputChooser::CreateNeuronInput ( ENeuronInputType  type) const
inline

Definition at line 83 of file TNeuronInputChooser.h.

◆ GetAllNeuronInputNames()

std::vector< TString > * TMVA::TNeuronInputChooser::GetAllNeuronInputNames ( ) const
inline

Definition at line 102 of file TNeuronInputChooser.h.

Member Data Documentation

◆ fABSSUM

TString TMVA::TNeuronInputChooser::fABSSUM
private

Definition at line 115 of file TNeuronInputChooser.h.

◆ fSQSUM

TString TMVA::TNeuronInputChooser::fSQSUM
private

Definition at line 114 of file TNeuronInputChooser.h.

◆ fSUM

TString TMVA::TNeuronInputChooser::fSUM
private

Definition at line 113 of file TNeuronInputChooser.h.

Libraries for TMVA::TNeuronInputChooser:

The documentation for this class was generated from the following file: