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

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

Public Member Functions

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

Static Public Attributes

 moments = ...
 
- Static Public Attributes inherited from BaseParameter
 resultsToCompute = ...
 
 doScale = ...
 

Detailed Description

Aliases
  • Parameter_Float64DefaultDense is an alias of Parameter(fptype=float64, method=daal.algorithms.normalization.zscore.defaultDense)
  • Parameter_Float64SumDense is an alias of Parameter(fptype=float64, method=daal.algorithms.normalization.zscore.sumDense)
  • Parameter_Float32DefaultDense is an alias of Parameter(fptype=float32, method=daal.algorithms.normalization.zscore.defaultDense)
  • Parameter_Float32SumDense is an alias of Parameter(fptype=float32, method=daal.algorithms.normalization.zscore.sumDense)

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructs z-score normalization parameters

Member Function Documentation

def check (   self)

Check the correctness of the Parameter object

Returns
Status of computations

Member Data Documentation

moments = ...
static

Pointer to the algorithm that computes the low order moments


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

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