Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that specifies parameters of the neural network weights and biases uniform initializer. More...
| double getA | ( | ) |
Returns the left bound a of the interval from which the random values are selected
| double getB | ( | ) |
Returns the right bound b of the interval from which the random values are selected
| void setA | ( | double | a | ) |
Sets the left bound a of the interval from which the random values are selected
| a | Left bound of the interval |
| void setB | ( | double | b | ) |
Sets the right bound b of the interval from which the random values are selected
| b | Right bound of the interval |
For more complete information about compiler optimizations, see our Optimization Notice.