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

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

Class that specifies the common parameters of the PCA Batch algorithms. More...

Public Member Functions

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

Static Public Attributes

 resultsToCompute = ...
 
 nComponents = ...
 
 isDeterministic = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self)

Constructs PCA parameters

Member Data Documentation

isDeterministic = ...
static

sign flip if required

nComponents = ...
static

number of components for reduced implementation

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.