Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Optional input objects for the kernel function algorithm. More...
Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| rowIndexX = ... | |
| rowIndexY = ... | |
| rowIndexResult = ... | |
| computationMode = ... | |
| def __init__ | ( | self, | |
| args | |||
| ) |
__init__(daal.algorithms.kernel_function.ParameterBase self, size_t rowIndexX=0, size_t rowIndexY=0, size_t rowIndexResult=0, daal.algorithms.kernel_function.ComputationMode computationMode) -> ParameterBase
|
static |
Mode of computing kernel functions
|
static |
Index of the result of the kernel function computation
|
static |
Index of the vector in the set X
|
static |
Index of the vector in the set Y
For more complete information about compiler optimizations, see our Optimization Notice.