Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ambiguity_solver_network.Normalise Class Reference
+ Inheritance diagram for ambiguity_solver_network.Normalise:
+ Collaboration diagram for ambiguity_solver_network.Normalise:

Public Member Functions

def __init__
 
def forward
 

Public Attributes

 mean
 
 std
 

Detailed Description

Normalisation of the input before the MLP model.

Definition at line 65 of file ambiguity_solver_network.py.

View newest version in sPHENIX GitHub at line 65 of file ambiguity_solver_network.py

Constructor & Destructor Documentation

def ambiguity_solver_network.Normalise.__init__ (   self,
  mean,
  std 
)

Definition at line 68 of file ambiguity_solver_network.py.

View newest version in sPHENIX GitHub at line 68 of file ambiguity_solver_network.py

Member Function Documentation

def ambiguity_solver_network.Normalise.forward (   self,
  z 
)

Member Data Documentation

ambiguity_solver_network.Normalise.mean

Definition at line 70 of file ambiguity_solver_network.py.

View newest version in sPHENIX GitHub at line 70 of file ambiguity_solver_network.py

Referenced by ambiguity_solver_network.Normalise.forward().

ambiguity_solver_network.Normalise.std

Definition at line 71 of file ambiguity_solver_network.py.

View newest version in sPHENIX GitHub at line 71 of file ambiguity_solver_network.py

Referenced by ambiguity_solver_network.Normalise.forward().


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