Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Abstract class that provides a functor for the initial procedure. More...
Public Member Functions | |
def | __call__ |
def __call__ | ( | self, | |
data, | |||
location, | |||
scatter, | |||
threshold | |||
) |
Returns the initial value for the univariate outlier detection algorithm
data | Pointer to input values of size n x p |
location | Vector of mean estimates of size 1 x p |
scatter | Measure of spread, the array of standard deviations of size 1 x p |
threshold | Limit that defines the outlier region, the array of non-negative numbers of size 1 x p |
For more complete information about compiler optimizations, see our Optimization Notice.