Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Class that specifies parameters of the neural network weights and biases gaussian initializer. More...
double getA | ( | ) |
Returns the distribution mean
double getSigma | ( | ) |
Returns the standard deviation of the distribution
void setA | ( | double | a | ) |
Sets the distribution mean
a | The distribution mean |
void setSigma | ( | double | sigma | ) |
Sets the standard deviation of the distribution
sigma | The standard deviation of the distribution |
For more complete information about compiler optimizations, see our Optimization Notice.