Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Input parameters of the distributed Covariance algorithm. More...
Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from Input | |
| def | __init__ |
| def | getNumberOfFeatures |
| def | get |
| def | set |
| def | check |
Public Member Functions inherited from InputIface | |
| def | getNumberOfFeatures |
Public Member Functions inherited from Input | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Argument | |
| def | __init__ |
| def | __lshift__ |
| def | size |
Represents inputs of the algorithm on local node.
DistributedInput_Step1Local is an alias of DistributedInput(step=daal.step1Local)DistributedInput_Step2Master is an alias of DistributedInput(step=daal.step2Master) | def __init__ | ( | self, | |
| args | |||
| ) |
__init__(daal.algorithms.covariance.DistributedInput<(daal.step1Local)> self) -> DistributedInput
For more complete information about compiler optimizations, see our Optimization Notice.