C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter< algorithmFPType > Class Template Reference

truncated gaussian initializer parameters More...

Class Declaration

template<typename algorithmFPType>
class daal::algorithms::neural_networks::initializers::truncated_gaussian::interface1::Parameter< algorithmFPType >

Constructor & Destructor Documentation

Parameter ( double  _mean = 0,
double  _sigma = 1.0,
size_t  _seed = 777 
)

Main constructor

Parameters
[in]_meanMean
[in]_sigmaStandard deviation
[in]_seedSeed for generating random numbers for the initialization
Deprecated:
This item will be removed in a future release.

Member Data Documentation

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


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

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