Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Interface for correlation or variance-covariance matrix computation algorithms in the distributed processing mode on local nodes. More...
Public Member Functions | |
def | clone |
![]() | |
def | getResult |
def | setResult |
def | getPartialResult |
def | setPartialResult |
def | clone |
Additional Inherited Members | |
![]() | |
input = ... | |
step | Step of distributed processing, ComputeStep |
fptype | Data type to use in intermediate computations of the correlation or variance-covariance matrix, double or float |
method | Computation method, daal.algorithms.covariance.Method |
DistributedIface_Step1Local
is an alias of DistributedIface(step=daal.step1Local)
DistributedIface_Step2Master
is an alias of DistributedIface(step=daal.step2Master)
def clone | ( | self | ) |
Returns a pointer to the newly allocated algorithm for correlation or variance-covariance matrix computation in the distributed processing mode on local node with a copy of input objects and parameters of this algorithm for correlation or variance-covariance matrix computation
For more complete information about compiler optimizations, see our Optimization Notice.