Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Parameter Class Reference

Class that specifies the parameters of the algorithm in the batch computing mode. More...

Public Member Functions

def __init__
 
- Public Member Functions inherited from ParameterBase
def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Additional Inherited Members

- Static Public Attributes inherited from ParameterBase
 lowerBound = ...
 
 upperBound = ...
 
 moments = ...
 

Detailed Description

Aliases
  • Parameter_Float64 is an alias of Parameter(fptype=float64)
  • Parameter_Float32 is an alias of Parameter(fptype=float32)

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Constructs min-max normalization parameters with default low order algorithm

Variant 2
Constructs min-max normalization parameters with default low order algorithm

Variant 3
Constructs min-max normalization parameters with default low order algorithm

Variant 4
Constructs min-max normalization parameters

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

For more complete information about compiler optimizations, see our Optimization Notice.