Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for uniform distribution computations in the batch processing mode. More...
| Batch | ( | DaalContext | context, |
| Batch | other | ||
| ) |
Constructs uniform distribution by copying input objects and parameters of another uniform distribution
| context | Context to manage the uniform distribution |
| other | A 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
| context | Context to manage the distribution |
| cls | Data type to use in intermediate computations for the distribution, Double.class or Float.class |
| method | The distribution computation method, Method |
| a | Left bound of the interval |
| b | Right bound of the interval |
| Batch clone | ( | DaalContext | context | ) |
Returns the newly allocated uniform distribution with a copy of input objects and parameters of this uniform distribution
| context | Context to manage the distribution |
| Result compute | ( | ) |
Computes the result of the uniform distribution
| Method method |
Computation method for the distribution
| Parameter parameter |
Parameters of the uniform distribution
For more complete information about compiler optimizations, see our Optimization Notice.