24 #ifndef ROOT_TMVA_TSynapse
25 #define ROOT_TMVA_TSynapse
void DecayLearningRate(Double_t rate)
void SetDEDw(Double_t DEDw)
void SetPostNeuron(TNeuron *post)
void AdjustWeight()
adjust the weight based on the error field all ready calculated by CalculateDelta ...
virtual ~TSynapse()
destructor
#define ClassDef(name, id)
void CalculateDelta()
calculate/adjust the error field for this synapse
void SetLearningRate(Double_t rate)
Double_t GetLearningRate()
void SetPreNeuron(TNeuron *pre)
void SetWeight(Double_t weight)
set synapse weight
Mother of all ROOT objects.
Double_t GetWeightedDelta()
get error field of post-neuron weighted by synapse weight
Double_t GetWeightedValue()
get output of pre-neuron weighted by synapse weight