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

List of all members
Batch Class Reference

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

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

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

Parameters
contextContext to manage the mt2203 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 mt2203 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 mt2203 engine with a copy of input objects and parameters of this mt2203 engine

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

Computes the result of the mt2203 engine

Returns
Mcg59 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.