C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Optional parameters. More...
double accuracyThreshold |
Training accuracy
double C |
Upper bound in constraints of the quadratic optimization problem
size_t cacheSize |
Size of cache in bytes to store values of the kernel matrix. A non-zero value enables use of a cache optimization technique
bool doShrinking |
Flag that enables use of the shrinking optimization technique
algorithms::kernel_function::KernelIfacePtr kernel |
Kernel function
size_t maxIterations |
Maximal number of iterations for the algorithm
size_t shrinkingStep |
Number of iterations between the steps of shrinking optimization technique
double tau |
Tau parameter of the working set selection scheme
For more complete information about compiler optimizations, see our Optimization Notice.