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

List of all members

Algorithm class for training the classifier model. More...

Class Declaration

Enumerations
  • InputId Identifiers of input objects of the classifier model training algorithm
  • ResultId Identifiers of results of the classifier model training algorithm
References

Member Function Documentation

◆ clone()

services::SharedPtr<Batch> clone ( ) const
inline

Returns a pointer to the newly allocated classifier training algorithm with a copy of input objects and parameters of this classifier training algorithm

Returns
Pointer to the newly allocated algorithm

◆ getInput()

virtual InputType* getInput ( )
pure virtual

◆ getResult()

ResultPtr getResult ( )
inline

Returns the structure that contains the trained classifier model

Returns
Structure that contains the trained classifier model

◆ resetResult()

virtual services::Status resetResult ( )
pure virtual

◆ setResult()

services::Status setResult ( const ResultPtr res)
inline

Registers user-allocated memory for storing results of the classifier model training algorithm

Parameters
[in]resStructure for storing results of the classifier model training algorithm

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

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