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