24 #ifndef __BERNOULLI__TYPES_H__
25 #define __BERNOULLI__TYPES_H__
27 #include "algorithms/distributions/distribution_types.h"
33 namespace distributions
65 template<
typename algorithmFPType>
66 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
73 Parameter(algorithmFPType _p): p(_p) {}
80 services::Status check() const DAAL_C11_OVERRIDE;
84 using interface1::Parameter;
daal::algorithms::distributions::bernoulli::Method
Method
Definition: bernoulli_types.h:50
daal::algorithms::distributions::bernoulli::interface1::Parameter
Bernoulli distribution parameters.
Definition: bernoulli_types.h:66
daal::algorithms::distributions::bernoulli::interface1::Parameter::Parameter
Parameter(algorithmFPType _p)
Definition: bernoulli_types.h:73
daal::algorithms::distributions::bernoulli::defaultDense
Definition: bernoulli_types.h:52
daal::algorithms::distributions::bernoulli::interface1::Parameter::p
algorithmFPType p
Definition: bernoulli_types.h:75