Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for the linear kernel function k(X,Y) + b. More...
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
k = ... | |
b = ... | |
![]() | |
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.