![]() |
Belle II Software release-09-00-03
|
Public Member Functions | |
| def | __init__ (self, amp_range, tau_range) |
| def | encode (self, tau) |
| def | decode (self, etau) |
Public Attributes | |
| amp_max | |
| amp range | |
| tau_max | |
| tau range | |
| at_ratio | |
| at ratio | |
A simple class to encode and decode tau values for network training based on amplitude and tau ranges.
Definition at line 170 of file SVDSimBase.py.
| def __init__ | ( | self, | |
| amp_range, | |||
| tau_range | |||
| ) |
creates the class
Definition at line 177 of file SVDSimBase.py.
| def decode | ( | self, | |
| etau | |||
| ) |
decoder of tau values for network training
Definition at line 194 of file SVDSimBase.py.
| def encode | ( | self, | |
| tau | |||
| ) |
encoder of tau values for network training
Definition at line 188 of file SVDSimBase.py.
| amp_max |
amp range
Definition at line 182 of file SVDSimBase.py.
| at_ratio |
at ratio
Definition at line 186 of file SVDSimBase.py.
| tau_max |
tau range
Definition at line 184 of file SVDSimBase.py.