Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Parameters for computing the linear kernel function k(X,Y) + b. More...
double getB | ( | ) |
Gets the linear kernel coefficient b
double getK | ( | ) |
Gets the linear kernel coefficient k
void setB | ( | double | b | ) |
Sets the linear kernel coefficient b
b | Linear kernel coefficient b |
void setK | ( | double | k | ) |
Sets the linear kernel coefficient k
k | Linear kernel coefficient k |
For more complete information about compiler optimizations, see our Optimization Notice.