C++ API Reference for Intel® Data Analytics Acceleration Library 2019

References | Namespaces | Classes | Enumerations

Contains classes to train the SVM model. More...

References

 Batch
 

Namespaces

 daal::algorithms::svm::training
 Contains classes to train the SVM model.
 
 daal::algorithms::svm::training::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Result
 Provides methods to access final results obtained with the compute() method of the SVM training algorithm in the batch processing mode. More...
 

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.