Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members

Model of the classifier trained by the svm.training.TrainingBatch algorithm. More...

Detailed Description

Member Function Documentation

double getBias ( )

Returns the bias constructed during the training of the SVM model

Returns
Bias
NumericTable getClassificationCoefficients ( )

Returns classification coefficients constructed during the training of the SVM model

Returns
Array of classification coefficients
NumericTable getSupportVectors ( )

Returns support vectors constructed during the training of the SVM model

Returns
Array of support vectors

The documentation for this class was generated from the following file:

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