Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
Parameter Class Reference

Parameters for computing the linear kernel function k(X,Y) + b. More...

Detailed Description

Member Function Documentation

double getB ( )

Gets the linear kernel coefficient b

Returns
Linear kernel coefficient b
double getK ( )

Gets the linear kernel coefficient k

Returns
Linear kernel coefficient k
void setB ( double  b)

Sets the linear kernel coefficient b

Parameters
bLinear kernel coefficient b
void setK ( double  k)

Sets the linear kernel coefficient k

Parameters
kLinear kernel coefficient k

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.