Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members
Batch Class Reference

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

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

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

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

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

Computes the result of the mcg59 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.