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

List of all members
Parameter< algorithmFPType > Class Template Reference

Bernoulli distribution parameters. More...

Class Declaration

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

Constructor & Destructor Documentation

Parameter ( algorithmFPType  _p)
inline

Main constructor

Parameters
[in]_pSuccess probability of a trial, value from [0.0; 1.0]

Member Function Documentation

services::Status check ( ) const

Check the correctness of the Parameter object

Member Data Documentation

algorithmFPType p

Success probability of a trial, value from [0.0; 1.0]


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

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