48 #ifndef __BERNOULLI__TYPES_H__
49 #define __BERNOULLI__TYPES_H__
51 #include "algorithms/distributions/distribution_types.h"
57 namespace distributions
89 template<
typename algorithmFPType>
90 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
97 Parameter(algorithmFPType _p): p(_p) {}
104 services::Status check() const DAAL_C11_OVERRIDE;
108 using interface1::Parameter;
daal::algorithms::distributions::bernoulli::interface1::Parameter::p
algorithmFPType p
Definition: bernoulli_types.h:99
daal
Definition: algorithm_base_common.h:57
daal::algorithms::distributions::bernoulli::interface1::Parameter
Bernoulli distribution parameters.
Definition: bernoulli_types.h:90
daal::algorithms::distributions::bernoulli::Method
Method
Definition: bernoulli_types.h:74
daal::algorithms::distributions::bernoulli::defaultDense
Definition: bernoulli_types.h:76
daal::algorithms::distributions::bernoulli::interface1::Parameter::Parameter
Parameter(algorithmFPType _p)
Definition: bernoulli_types.h:97