Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that specifies the parameters of the PCA SVD algorithm in the batch computing mode. More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
normalization = ... | |
![]() | |
resultsToCompute = ... | |
nComponents = ... | |
isDeterministic = ... | |
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)
def __init__ | ( | self, | |
args | |||
) |
Constructs PCA parameters
def check | ( | self | ) |
Checks batch parameter of the PCA svd algorithm
|
static |
Pointer to batch covariance
For more complete information about compiler optimizations, see our Optimization Notice.