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