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

Public Member Functions | List of all members
DefaultInit Class Reference

Class that specifies the default method for the initialization procedure. More...

Public Member Functions

def __call__
 
def __init__
 
- Public Member Functions inherited from InitIface
def __call__
 

Detailed Description

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

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

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

Returns the initial value for the univariate outlier detection algorithm

Parameters
dataPointer to input values of size n x p
locationVector of mean estimates of size 1 x p
scatterMeasure of spread, the variance-covariance matrix of size p 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.