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

List of all members

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

Detailed Description

Member Function Documentation

◆ getBias()

double getBias ( )

Returns the bias constructed during the training of the SVM model

Returns
Bias

◆ getClassificationCoefficients()

NumericTable getClassificationCoefficients ( )

Returns classification coefficients constructed during the training of the SVM model

Returns
Array of classification coefficients

◆ getSupportVectors()

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.