Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
Inheritance diagram for TanhTransformer:
[legend]
Collaboration diagram for TanhTransformer:
[legend]

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

float scale = 0.01
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: