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

List of all members

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

Class Constructor

◆ TruncatedGaussianBatch() [1/3]

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() [2/3]

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() [3/3]

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

◆ clone()

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

◆ compute()

Result compute ( )

Computes the result of the truncated gaussian initializer

Returns
TruncatedGaussian initializer result

Member Data Documentation

◆ method

Computation method for the initializer

◆ parameter

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.