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

List of all members

Provides methods for uniform initializer computations in the batch processing mode. More...

Class Constructor

UniformBatch ( DaalContext  context,
UniformBatch  other 
)

Constructs uniform initializer by copying input objects and parameters of another uniform initializer

Parameters
contextContext to manage the uniform initializer
otherAn initializer to be used as the source to initialize the input objects and parameters of this initializer
UniformBatch ( DaalContext  context,
Class<?extends Number >  cls,
UniformMethod  method,
double  a,
double  b 
)

Constructs the uniform initializer

Parameters
contextContext to manage the initializer
clsData type to use in intermediate computations for the initializer, Double.class or Float.class
methodThe initializer computation method, UniformMethod
aLeft bound of the interval
bRight bound of the interval

Detailed Description

References

Member Function Documentation

UniformBatch clone ( DaalContext  context)

Returns the newly allocated uniform initializer with a copy of input objects and parameters of this uniform initializer

Parameters
contextContext to manage the initializer
Returns
The newly allocated uniform initializer
Result compute ( )

Computes the result of the uniform initializer

Returns
Uniform initializer result

Member Data Documentation

UniformMethod method

Computation method for the initializer

UniformParameter parameter

UniformParameters of the uniform initializer


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

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