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

List of all members
Batch Class Reference

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

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

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

Parameters
contextContext to manage the uniform distribution
otherA distributions to be used as the source to initialize the input objects and parameters of this distribution
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method,
double  a,
double  b 
)

Constructs the uniform distribution

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

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

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

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

Computes the result of the uniform distribution

Returns
Uniform distribution result

Member Data Documentation

Method method

Computation method for the distribution

Parameter parameter

Parameters of the uniform distribution


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

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