![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 48 of file TActivationTanh.h.
Public Member Functions | |
TActivationTanh () | |
~TActivationTanh () | |
destructor More... | |
Double_t | Eval (Double_t arg) |
evaluate the tanh More... | |
Double_t | EvalDerivative (Double_t arg) |
evaluate the derivative More... | |
Double_t | GetMin () |
Double_t | GetMax () |
TString | GetExpression () |
get expressions for the tanh and its derivative whatever that may be good for ... More... | |
virtual void | MakeFunction (std::ostream &fout, const TString &fncName) |
writes the sigmoid activation function source code More... | |
void | SetSlow () |
![]() | |
TActivation () | |
virtual | ~TActivation () |
Private Member Functions | |
Double_t | fast_tanh (Double_t arg) |
a fast tanh approximation More... | |
Private Attributes | |
Bool_t | fFAST |
#include <TMVA/TActivationTanh.h>
TMVA::TActivationTanh::TActivationTanh | ( | ) |
TMVA::TActivationTanh::~TActivationTanh | ( | ) |
destructor
Definition at line 56 of file TActivationTanh.cxx.
evaluate the derivative
Implements TMVA::TActivation.
Definition at line 83 of file TActivationTanh.cxx.
a fast tanh approximation
Definition at line 63 of file TActivationTanh.cxx.
|
virtual |
get expressions for the tanh and its derivative whatever that may be good for ...
Implements TMVA::TActivation.
Definition at line 93 of file TActivationTanh.cxx.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 65 of file TActivationTanh.h.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 62 of file TActivationTanh.h.
writes the sigmoid activation function source code
Implements TMVA::TActivation.
Definition at line 102 of file TActivationTanh.cxx.
|
inline |
Definition at line 73 of file TActivationTanh.h.
Referenced by TMVA::MethodANNBase::ReadWeightsFromXML().
|
private |
Definition at line 77 of file TActivationTanh.h.
Referenced by SetSlow().