C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Struct Reference

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

Class Declaration

struct DAAL_EXPORT Parameter: public ParameterBase
{
Parameter(double k = 1.0, double b = 0.0);
double k;
double b;
};

Member Data Documentation

double b

Linear kernel coefficient b in the k(X,Y) + b model

double k

Linear kernel coefficient k in the k(X,Y) + b model


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

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