ocssw
V2022
|
Inheritance diagram for MSA:
Collaboration diagram for MSA:
Public Member Functions | |
def | __init__ (self, extract_estimate=lambda x:x, invert_scaling=lambda x:x) |
def | update_state (self, y_true, y_pred, *args, **kwargs) |
def | result (self) |
Detailed Description
Mean Symmetric Accuracy
Definition at line 5 of file metrics.py.
Constructor & Destructor Documentation
◆ __init__()
Definition at line 8 of file metrics.py.
Member Function Documentation
◆ result()
def result | ( | self | ) |
Definition at line 19 of file metrics.py.
◆ update_state()
def update_state | ( | self, | |
y_true, | |||
y_pred, | |||
* | args, | ||
** | kwargs | ||
) |
Definition at line 13 of file metrics.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/aquaverse/MDN/model/metrics.py