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

List of all members

Class that specifies parameters of the neural network weights and biases gaussian initializer. More...

Detailed Description

Member Function Documentation

double getA ( )

Returns the distribution mean

Returns
The distribution mean
double getSigma ( )

Returns the standard deviation of the distribution

Returns
The standard deviation of the distribution
void setA ( double  a)

Sets the distribution mean

Parameters
aThe distribution mean
void setSigma ( double  sigma)

Sets the standard deviation of the distribution

Parameters
sigmaThe standard deviation of the distribution

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

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