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

List of all members

Provides methods for gaussian initializer computations in the batch processing mode. More...

Class Constructor

GaussianBatch ( DaalContext  context,
GaussianBatch  other 
)

Constructs gaussian initializer by copying input objects and parameters of another gaussian initializer

Parameters
contextContext to manage the gaussian initializer
otherAn 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

Parameters
contextContext to manage the initializer
clsData type to use in intermediate computations for the initializer, Double.class or Float.class
methodThe initializer computation method, GaussianMethod
aThe distribution mean
sigmaThe standard deviation of the distribution

Detailed Description

References

Member Function Documentation

GaussianBatch clone ( DaalContext  context)

Returns the newly allocated gaussian initializer with a copy of input objects and parameters of this gaussian initializer

Parameters
contextContext to manage the initializer
Returns
The newly allocated gaussian initializer
Result compute ( )

Computes the result of the gaussian initializer

Returns
Gaussian initializer result

Member Data Documentation

Computation method for the initializer

GaussianParameter parameter

GaussianParameters of the gaussian initializer


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

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