C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the multivariate outlier detection algorithm. This class is associated with daal::algorithms::multivariate_outlier_detection::Batch class and supports the methods of the multivariate outlier detection in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations for the multivariate outlier detection, double or float |
method | Computation method of the algorithm, daal::algorithms::multivariate_outlier_detection::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the multivariate 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 multivariate outlier detection algorithm in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.