25#ifndef ROOT_TMVA_TActivationChooser
26#define ROOT_TMVA_TActivationChooser
#define ClassDef(name, id)
ostringstream derivative to redirect and format output
Class for easily choosing activation functions.
std::vector< TString > * GetAllActivationNames() const
returns the names of all know activation functions
virtual ~TActivationChooser()
Destructor.
TActivationChooser()
Default constructor.
MsgLogger & Log() const
message logger
TActivation * CreateActivation(EActivationType type) const
instantiate the correct activation object according to the type chosen (given as the enumeration type...
Interface for TNeuron activation function classes.
Abstract ClassifierFactory template that handles arbitrary types.