C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
class | BatchContainer |
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... | |
class | Batch |
Abstract class that specifies interface of the algorithms for computing multivariate outlier detection in the batch processing mode. More... | |
struct | InitIface |
Abstract interface class that provides function for the initialization procedure. More... | |
struct | DefaultInit |
Class that specifies the default method for the initialization procedure. More... | |
struct | Parameter |
struct | Parameter< defaultDense > |
Parameters of the outlier detection computation using the defaultDense method. More... | |
struct | Parameter< baconDense > |
Parameters of the outlier detection computation using the baconDense method. More... | |
class | Input |
Input objects for the multivariate outlier detection algorithm More... | |
class | Result |
Results obtained with the compute() method of the multivariate outlier detection algorithm in the batch processing mode. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.