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

List of all members
Parameter Struct Reference

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

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.