Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for normal distribution computations in the batch processing mode. More...
| Batch | ( | DaalContext | context, |
| Batch | other | ||
| ) |
Constructs normal distribution by copying input objects and parameters of another normal distribution
| context | Context to manage the normal 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 | sigma | ||
| ) |
Constructs the normal 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 | Mean |
| sigma | Standard deviation |
| Batch clone | ( | DaalContext | context | ) |
Returns the newly allocated normal distribution with a copy of input objects and parameters of this normal distribution
| context | Context to manage the distribution |
| Result compute | ( | ) |
Computes the result of the normal distribution
| Method method |
Computation method for the distribution
| Parameter parameter |
NormalParameters of the normal distribution
For more complete information about compiler optimizations, see our Optimization Notice.