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

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

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

Public Member Functions

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

Static Public Attributes

 normalization = ...
 
- Static Public Attributes inherited from BaseBatchParameter
 resultsToCompute = ...
 
 nComponents = ...
 
 isDeterministic = ...
 

Detailed Description

Aliases
  • BatchParameter_Float64SvdDense is an alias of BatchParameter(fptype=float64, method=daal.algorithms.pca.svdDense)
  • BatchParameter_Float64CorrelationDense is an alias of BatchParameter(fptype=float64, method=daal.algorithms.pca.correlationDense)
  • BatchParameter_Float32SvdDense is an alias of BatchParameter(fptype=float32, method=daal.algorithms.pca.svdDense)
  • BatchParameter_Float32CorrelationDense is an alias of BatchParameter(fptype=float32, method=daal.algorithms.pca.correlationDense)

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructs PCA parameters

Member Function Documentation

def check (   self)

Checks batch parameter of the PCA svd algorithm

Returns
Errors detected while checking

Member Data Documentation

normalization = ...
static

Pointer to batch covariance


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

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