Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Input objects for the kernel function algorithm More...
Public Member Functions | |
| def | __init__ |
| def | get |
| def | set |
Public Member Functions inherited from Input | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Argument | |
| def | __init__ |
| def | __lshift__ |
| def | size |
| def __init__ | ( | self, | |
| args | |||
| ) |
__init__(daal.algorithms.kernel_function.Input self) -> Input
| def get | ( | self, | |
| id | |||
| ) |
Returns the input object of the kernel function algorithm
| id | Identifier of the input object |
| def set | ( | self, | |
| id, | |||
| ptr | |||
| ) |
Sets the input object of the kernel function algorithm
| id | Identifier of the input object |
| ptr | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.