Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
InitIface Class Reference

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

Public Member Functions

def __call__
 

Detailed Description

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

Member Function Documentation

def __call__ (   self,
  data,
  location,
  scatter,
  threshold 
)

Returns initial parameters for the outlier detection algorithm

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

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

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