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

List of all members
Parameter< algorithmFPType > Class Template Reference

Normal distribution parameters. More...

Class Declaration

template<typename algorithmFPType>
class daal::algorithms::distributions::normal::interface1::Parameter< algorithmFPType >

Constructor & Destructor Documentation

Parameter ( algorithmFPType  _a = 0.0,
algorithmFPType  _sigma = 1.0 
)
inline

Main constructor

Parameters
[in]_aMean
[in]_sigmaStandard deviation

Member Function Documentation

services::Status check ( ) const

Check the correctness of the Parameter object

Member Data Documentation

algorithmFPType a

Mean

algorithmFPType sigma

Standard deviation


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

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