22 #ifndef __BERNOULLI__TYPES_H__
23 #define __BERNOULLI__TYPES_H__
25 #include "algorithms/distributions/distribution_types.h"
31 namespace distributions
63 template<
typename algorithmFPType>
64 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
71 Parameter(algorithmFPType _p): p(_p) {}
78 services::Status check() const DAAL_C11_OVERRIDE;
82 using interface1::Parameter;
daal::algorithms::distributions::bernoulli::interface1::Parameter::p
algorithmFPType p
Definition: bernoulli_types.h:73
daal
Definition: algorithm_base_common.h:31
daal::algorithms::distributions::bernoulli::interface1::Parameter
Bernoulli distribution parameters.
Definition: bernoulli_types.h:64
daal::algorithms::distributions::bernoulli::Method
Method
Definition: bernoulli_types.h:48
daal::algorithms::distributions::bernoulli::defaultDense
Definition: bernoulli_types.h:50
daal::algorithms::distributions::bernoulli::interface1::Parameter::Parameter
Parameter(algorithmFPType _p)
Definition: bernoulli_types.h:71