C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
InitIface Struct Referenceabstract

Abstract interface class that provides function for the initialization procedure. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Member Function Documentation

virtual void operator() ( data_management::NumericTable *  data,
data_management::NumericTable *  location,
data_management::NumericTable *  scatter,
data_management::NumericTable *  threshold 
)
pure virtual

Returns initial parameters for the outlier detection algorithm

Parameters
[in]dataPointer to input objects of size n x p
[in]scatterMeasure of spread, the variance-covariance matrix of size p x p
[in]locationVector of mean estimates of size 1 x p
[in]thresholdLimit that defines the outlier region, the array of size 1 x 1 containing a non-negative number

Implemented in DefaultInit.


The documentation for this struct was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.