Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that specifies the parameters of the PCA SVD algorithm in the online computing mode. More...
Public Member Functions | |
def | __init__ |
def | check |
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)
def __init__ | ( | self, | |
args | |||
) |
Constructs PCA parameters
def check | ( | self | ) |
Checks online parameter of the PCA SVD algorithm
For more complete information about compiler optimizations, see our Optimization Notice.