C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
truncated gaussian initializer parameters More...
Parameter | ( | double | _mean = 0 , |
double | _sigma = 1.0 , |
||
size_t | _seed = 777 |
||
) |
Main constructor
[in] | _mean | Mean |
[in] | _sigma | Standard deviation |
[in] | _seed | Seed for generating random numbers for the initialization |
algorithmFPType a |
Left bound of truncation range
algorithmFPType b |
Right bound of truncation range
double mean |
The distribution mean
size_t seed |
Seed for generating random numbers
double sigma |
The standard deviation of the distribution
For more complete information about compiler optimizations, see our Optimization Notice.