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

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

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

Public Member Functions

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

Static Public Attributes

 resultsToCompute = ...
 
 doScale = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  doScale = True 
)

__init__(daal.algorithms.normalization.zscore.BaseParameter self, bool const doScale=True) -> BaseParameter

Member Data Documentation

doScale = ...
static

boolean flag that indicates the mode of computation. If true both centering and scaling, otherwise only centering.

resultsToCompute = ...
static

64 bit integer flag that indicates the results to compute


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

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