Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for gaussian initializer computations in the batch processing mode. More...
| GaussianBatch | ( | DaalContext | context, |
| GaussianBatch | other | ||
| ) |
Constructs gaussian initializer by copying input objects and parameters of another gaussian initializer
| context | Context to manage the gaussian initializer |
| other | An initializer to be used as the source to initialize the input objects and parameters of this initializer |
| GaussianBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| GaussianMethod | method, | ||
| double | a, | ||
| double | sigma | ||
| ) |
Constructs the gaussian 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, GaussianMethod |
| a | The distribution mean |
| sigma | The standard deviation of the distribution |
| GaussianBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated gaussian initializer with a copy of input objects and parameters of this gaussian initializer
| context | Context to manage the initializer |
| Result compute | ( | ) |
Computes the result of the gaussian initializer
| GaussianMethod method |
Computation method for the initializer
| GaussianParameter parameter |
GaussianParameters of the gaussian initializer
For more complete information about compiler optimizations, see our Optimization Notice.