Python* API Reference for Intel® Data Analytics Acceleration Library 2019
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 = ... | |
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.