C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members

Parameters for the radial basis function (RBF) kernel. More...

Class Declaration

struct DAAL_EXPORT Parameter : public ParameterBase
{
Parameter(double sigma = 1.0);
double sigma;
};

Member Data Documentation

◆ sigma

double sigma

RBF kernel coefficient


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

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