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