Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
Batch Class Reference

Provides methods for mt19937 engine computations in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs mt19937 engine by copying input objects and parameters of another mt19937 engine

Parameters
contextContext to manage the mt19937 engine
otherA engines to be used as the source to initialize the input objects and parameters of this engine
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method,
int  seed 
)

Constructs the mt19937 engine

Parameters
contextContext to manage the engine
clsData type to use in intermediate computations for the engine, Double.class or Float.class
methodThe engine computation method, Method
seedInitial condition

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated mt19937 engine with a copy of input objects and parameters of this mt19937 engine

Parameters
contextContext to manage the engine
Returns
The newly allocated mt19937 engine
Result compute ( )

Computes the result of the mt19937 engine

Returns
Mt19937 engine result

Member Data Documentation

Method method

Computation method for the engine


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

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