Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Parameters for the linear kernel function k(X,Y) + b. More...
Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from ParameterBase | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| k = ... | |
| b = ... | |
Static Public Attributes inherited from ParameterBase | |
| rowIndexX = ... | |
| rowIndexY = ... | |
| rowIndexResult = ... | |
| computationMode = ... | |
| def __init__ | ( | self, | |
k = 1.0, |
|||
b = 0.0 |
|||
| ) |
__init__(daal.algorithms.kernel_function.linear.Parameter self, double k=1.0, double b=0.0) -> Parameter
|
static |
Linear kernel coefficient b in the k(X,Y) + b model
|
static |
Linear kernel coefficient k in the k(X,Y) + b model
For more complete information about compiler optimizations, see our Optimization Notice.