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

References | Namespaces | Classes | Enumerations

Contains classes for engines. More...

References

 Mt19937 Engine
 Contains classes for mt19937 engine.
 

Namespaces

 daal::algorithms::engines::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 daal::algorithms::engines
 Contains classes for engines.
 

Classes

class  BatchBase
 Class representing an engine. More...
 
class  Input
 Input objects for engines More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of the engine. More...
 

Enumerations

enum  InputId { tableToFill = 0 }
 
enum  ResultId { randomNumbers = 0 }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for engines

Enumerator
tableToFill 

Input table to fill with random numbers

enum ResultId

Available identifiers of results for the engines

Enumerator
randomNumbers 

Table to store the result

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