C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Model Class Reference

The base class for the classes that represent the models, such as linear_regression::Model or svm::Model. More...

Class Declaration

Note
The current version of the library does not support generation of validation metrics for the models

Constructor & Destructor Documentation

Model ( )
inline

Default constructor

Member Function Documentation

int getSerializationTag ( ) const
inline

Returns a serialization tag, a unique identifier of this class used in serialization

Returns
Serialization tag

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

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