Double_t GetValue() const
Returns the value: weithted input.
Double_t GetDeDw() const
Computes the derivative of the error wrt the synapse weight.
#define ClassDef(name, id)
void SetPre(TNeuron *pre)
Sets the pre-neuron.
TNeuron * GetPost() const
TSynapse()
Default constructor.
void SetPost(TNeuron *post)
Sets the post-neuron.
void SetWeight(Double_t w)
Sets the weight of the synapse.
Double_t GetWeight() const
void SetDEDw(Double_t in)
Sets the derivative of the total error wrt the synapse weight.
Mother of all ROOT objects.