ROOT 6.08/07 Reference Guide |
Definition at line 48 of file TActivationRadial.h.
Public Member Functions | |
TActivationRadial () | |
constructor for gaussian with center 0, width 1 More... | |
~TActivationRadial () | |
destructor More... | |
Double_t | Eval (Double_t arg) |
evaluate gaussian More... | |
Double_t | EvalDerivative (Double_t arg) |
evaluate derivative More... | |
TString | GetExpression () |
get expressions for the gaussian and its derivatives More... | |
Double_t | GetMax () |
Double_t | GetMin () |
virtual void | MakeFunction (std::ostream &fout, const TString &fncName) |
writes the sigmoid activation function source code More... | |
Public Member Functions inherited from TMVA::TActivation | |
TActivation () | |
virtual | ~TActivation () |
Private Attributes | |
TFormula * | fEqn |
TFormula * | fEqnDerivative |
#include <TMVA/TActivationRadial.h>
TMVA::TActivationRadial::TActivationRadial | ( | ) |
constructor for gaussian with center 0, width 1
Definition at line 48 of file TActivationRadial.cxx.
TMVA::TActivationRadial::~TActivationRadial | ( | ) |
destructor
Definition at line 57 of file TActivationRadial.cxx.
evaluate gaussian
Implements TMVA::TActivation.
Definition at line 66 of file TActivationRadial.cxx.
evaluate derivative
Implements TMVA::TActivation.
Definition at line 75 of file TActivationRadial.cxx.
|
virtual |
get expressions for the gaussian and its derivatives
Implements TMVA::TActivation.
Definition at line 84 of file TActivationRadial.cxx.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 65 of file TActivationRadial.h.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 62 of file TActivationRadial.h.
writes the sigmoid activation function source code
Implements TMVA::TActivation.
Definition at line 102 of file TActivationRadial.cxx.
|
private |
Definition at line 75 of file TActivationRadial.h.
|
private |
Definition at line 76 of file TActivationRadial.h.