80 Log() << kFATAL <<
"<GetWeightedValue> synapse not connected to neuron" <<
Endl;
91 Log() << kFATAL <<
"<GetWeightedDelta> synapse not connected to neuron" <<
Endl;
119 TTHREAD_TLS_DECL_ARG(
MsgLogger,logger,
"TSynapse");
MsgLogger & Endl(MsgLogger &ml)
Synapse class used by TMVA artificial neural network methods.
Double_t GetActivationValue() const
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 GetDelta() const
ostringstream derivative to redirect and format output
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
static const Int_t fgUNINITIALIZED