|
ocssw
V2022
|
TanhTransformer
Inheritance diagram for TanhTransformer:
Collaboration diagram for TanhTransformer:
Public Attributes | |
| mu_gh | |
| sig_gh | |
Static Public Attributes | |
| float | scale = 0.01 |
Additional Inherited Members | |
Public Member Functions inherited from _CustomTransformer | |
| def | fit (self, X, *args, **kwargs) |
| def | transform (self, X, *args, **kwargs) |
| def | inverse_transform (self, X, *args, **kwargs) |
| def | fit_transform (self, X, *args, **kwargs) |
Static Public Member Functions inherited from _CustomTransformer | |
| def | config_info (*args, **kwargs) |
Detailed Description
tanh-estimator (Hampel et al. 1986; Latha & Thangasamy, 2011)
Definition at line 6 of file TanhTransformer.py.
Member Data Documentation
◆ mu_gh
| mu_gh |
Definition at line 28 of file TanhTransformer.py.
◆ scale
|
static |
Definition at line 8 of file TanhTransformer.py.
◆ sig_gh
| sig_gh |
Definition at line 29 of file TanhTransformer.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/aquaverse/MDN/transformers/TanhTransformer.py

Public Member Functions inherited from 
