Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

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

Detailed Description

Member Function Documentation

◆ getB()

double getB ( )

Gets the linear kernel coefficient b

Returns
Linear kernel coefficient b

◆ getK()

double getK ( )

Gets the linear kernel coefficient k

Returns
Linear kernel coefficient k

◆ setB()

void setB ( double  b)

Sets the linear kernel coefficient b

Parameters
bLinear kernel coefficient b

◆ setK()

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.