C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Abstract interface class that provides function for the initialization procedure. More...
|
pure virtual |
Returns initial parameters for the outlier detection algorithm
[in] | data | Pointer to input objects of size n x p |
[in] | scatter | Measure of spread, the variance-covariance matrix of size p x p |
[in] | location | Vector of mean estimates of size 1 x p |
[in] | threshold | Limit that defines the outlier region, the array of size 1 x 1 containing a non-negative number |
Implemented in DefaultInit.
For more complete information about compiler optimizations, see our Optimization Notice.