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

Namespaces | Enumerations
daal::algorithms::svm::training Namespace Reference

Contains classes to train the SVM model.

Namespaces

 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { boser = 0, defaultDense = 0 }
 

Enumeration Type Documentation

enum Method

Available methods to train the SVM model

Enumerator
boser 

Method proposed by Boser et al.

defaultDense 

Default method

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