C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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()

Model ( )
inline

Default constructor

Member Function Documentation

◆ getSerializationTag()

int getSerializationTag ( ) const
inlinevirtual

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

Returns
Serialization tag

Implements SerializationIface.


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

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