Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

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

Class Constructor

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

Parameters
contextContext to manage the truncated gaussian initializer
otherAn initializer to be used as the source to initialize the input objects and parameters of this initializer
TruncatedGaussianBatch ( DaalContext  context,
Class<?extends Number >  cls,
TruncatedGaussianMethod  method,
double  mean,
double  sigma 
)

Constructs the truncated 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, TruncatedGaussianMethod
meanThe distribution mean
sigmaThe standard deviation of the distribution
TruncatedGaussianBatch ( DaalContext  context,
Class<?extends Number >  cls,
TruncatedGaussianMethod  method 
)

Constructs the truncated 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, TruncatedGaussianMethod

Detailed Description

References

Member Function Documentation

TruncatedGaussianBatch clone ( DaalContext  context)

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

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

Computes the result of the truncated gaussian initializer

Returns
TruncatedGaussian initializer result

Member Data Documentation

Computation method for the initializer

Parameters of the truncated gaussian initializer


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

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