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

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

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

Public Member Functions

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

Static Public Attributes

 lowerBound = ...
 
 upperBound = ...
 
 moments = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  lowerBound,
  upperBound,
  momentsForParameterBase 
)

Constructs min-max normalization parameters

Member Function Documentation

def check (   self)

Check the correctness of the ParameterBase object

Returns
Status of computations

Member Data Documentation

lowerBound = ...
static

The lower bound of the features value will be obtained during normalization.

moments = ...
static

Pointer to the algorithm that computes the low order moments

upperBound = ...
static

The upper bound of the features value will be obtained during normalization.


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

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