Developer Guide for Intel® Data Analytics Acceleration Library 2019 Update 5

Usage of Training Alternative

To build a Support Vector Machine (SVM) Classifier model using methods of the Model Builder class of SVM Classifier, complete the following steps:

Note

If after calling the getModel method you use the setBias, setSupportVectors, setClassificationCoefficients, or setSupportIndices methods, coefficients, the initial model will be automatically updated with the new set of parameters.

Examples

C++:

Java*:

Python*: