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

List of all members

Algorithm class to train the SVM model More...

Class Constructor

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs the SVM training algorithm by copying input objects and parameters of another SVM training algorithm

Parameters
contextContext to manage created SVM training algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
TrainingBatch ( DaalContext  context,
Class<?extends Number >  cls,
TrainingMethod  method 
)

Constructs the SVM training algorithm

Parameters
contextContext to manage created SVM training algorithm
clsData type to use in intermediate computations for the SVM training algorithm, Double.class or Float.class
methodSVM training method, TrainingMethod

Detailed Description

References

Member Function Documentation

TrainingBatch clone ( DaalContext  context)

Returns the newly allocated SVM training algorithm with a copy of input objects and parameters of this SVM training algorithm

Parameters
contextContext to manage created SVM training algorithm
Returns
The newly allocated algorithm
TrainingResult compute ( )

Trains the model of the SVM algorithm

Returns
Structure that contains results of the SVM training algorithm

Member Data Documentation

Training method for the algorithm

Parameter parameter

Parameters of the algorithm


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

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