Belle II Software  release-05-02-19
tau_encoder Class Reference

Public Member Functions

def __init__ (self, amp_range, tau_range)
 
def encode (self, tau)
 
def decode (self, etau)
 

Public Attributes

 amp_max
 
 tau_max
 
 at_ratio
 

Detailed Description

A simple class to encode and decode tau values for network training
based on amplitude and tau ranges.

Definition at line 166 of file SVDSimBase.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  amp_range,
  tau_range 
)
creates the class

Definition at line 173 of file SVDSimBase.py.

Member Function Documentation

◆ decode()

def decode (   self,
  etau 
)
decoder of tau values for network training

Definition at line 187 of file SVDSimBase.py.

◆ encode()

def encode (   self,
  tau 
)
encoder of tau values for network training

Definition at line 181 of file SVDSimBase.py.


The documentation for this class was generated from the following file: