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

List of all members
Model Class Referenceabstract

Model is the base class for the classes that represent the models, such as linear regression or Support Vector Machine classifier. More...

Class Constructor

Model ( DaalContext  context)
protected

Constructs the model for the algorithm

Parameters
contextContext to manage the model for the algorithm
Model ( DaalContext  context,
long  cModel 
)
Parameters
contextContext to manage the model
cModelpointer to C++ model

Detailed Description


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

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