C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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()

Parameter ( algorithmFPType  _p)
inline

Main constructor

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

Member Function Documentation

◆ check()

services::Status check ( ) const
virtual

Check the correctness of the Parameter object

Reimplemented from Parameter.

Member Data Documentation

◆ p

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.