C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the univariate outlier detection algorithm. It is associated with the daal::algorithms::univariate_outlier_detection::Batch class and supports the methods of the univariate outlier detection in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations for the univariate outlier detection algorithm, double or float |
method | Univariate outlier detection computation method, daal::algorithms::univariate_outlier_detection::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the univariate outlier detection algorithm with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of the univariate outlier detection algorithm in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.