24 #ifndef ROOT_TMVA_TSynapse 25 #define ROOT_TMVA_TSynapse
void DecayLearningRate(Double_t rate)
void SetDEDw(Double_t DEDw)
Synapse class used by TMVA artificial neural network methods.
void SetPostNeuron(TNeuron *post)
#define ClassDef(name, id)
Neuron class used by TMVA artificial neural network methods.
void SetLearningRate(Double_t rate)
void AdjustWeight()
adjust the weight based on the error field all ready calculated by CalculateDelta ...
void SetWeight(Double_t weight)
set synapse weight
Double_t GetWeightedDelta()
get error field of post-neuron weighted by synapse weight
Double_t GetLearningRate()
ostringstream derivative to redirect and format output
void SetPreNeuron(TNeuron *pre)
Mother of all ROOT objects.
Abstract ClassifierFactory template that handles arbitrary types.
virtual ~TSynapse()
destructor
void CalculateDelta()
calculate/adjust the error field for this synapse
Double_t GetWeightedValue()
get output of pre-neuron weighted by synapse weight