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

Public Member Functions | List of all members
OnlineParameter Class Reference

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

Public Member Functions

def __init__
 
def check
 

Detailed Description

Aliases
  • OnlineParameter_Float64SvdDense is an alias of OnlineParameter(fptype=float64, method=daal.algorithms.pca.svdDense)
  • OnlineParameter_Float64CorrelationDense is an alias of OnlineParameter(fptype=float64, method=daal.algorithms.pca.correlationDense)
  • OnlineParameter_Float32SvdDense is an alias of OnlineParameter(fptype=float32, method=daal.algorithms.pca.svdDense)
  • OnlineParameter_Float32CorrelationDense is an alias of OnlineParameter(fptype=float32, method=daal.algorithms.pca.correlationDense)

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructs PCA parameters

Member Function Documentation

def check (   self)

Checks online parameter of the PCA SVD algorithm

Returns
Errors detected while checking

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

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