Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that specifies the parameters of the PCA algorithm in the distributed computing mode. More...
Public Member Functions | |
def | __init__ |
DistributedParameter_Step1LocalFloat64SvdDense
is an alias of DistributedParameter(step=daal.step1Local, fptype=float64, method=daal.algorithms.pca.svdDense)
DistributedParameter_Step1LocalFloat64CorrelationDense
is an alias of DistributedParameter(step=daal.step1Local, fptype=float64, method=daal.algorithms.pca.correlationDense)
DistributedParameter_Step1LocalFloat32SvdDense
is an alias of DistributedParameter(step=daal.step1Local, fptype=float32, method=daal.algorithms.pca.svdDense)
DistributedParameter_Step1LocalFloat32CorrelationDense
is an alias of DistributedParameter(step=daal.step1Local, fptype=float32, method=daal.algorithms.pca.correlationDense)
DistributedParameter_Step2MasterFloat64SvdDense
is an alias of DistributedParameter(step=daal.step2Master, fptype=float64, method=daal.algorithms.pca.svdDense)
DistributedParameter_Step2MasterFloat64CorrelationDense
is an alias of DistributedParameter(step=daal.step2Master, fptype=float64, method=daal.algorithms.pca.correlationDense)
DistributedParameter_Step2MasterFloat32SvdDense
is an alias of DistributedParameter(step=daal.step2Master, fptype=float32, method=daal.algorithms.pca.svdDense)
DistributedParameter_Step2MasterFloat32CorrelationDense
is an alias of DistributedParameter(step=daal.step2Master, fptype=float32, method=daal.algorithms.pca.correlationDense)
def __init__ | ( | self, | |
args | |||
) |
__init__(daal.algorithms.pca.DistributedParameter<(daal.step1Local,double,daal.algorithms.pca.svdDense)> self) -> DistributedParameter
For more complete information about compiler optimizations, see our Optimization Notice.