C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the bernoulli distribution. This class is associated with the bernoulli::Batch class and supports the method of bernoulli distribution computation in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of bernoulli distribution, double or float |
method | Computation method of the distribution, bernoulli::Method |
cpu | Version of the cpu-specific implementation of the distribution, daal::CpuType |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the bernoulli distribution with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
services::Status compute | ( | ) |
Computes the result of the bernoulli distribution in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.