Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that specifies the default method for initialization. More...
Public Member Functions | |
| def | __call__ |
| def | __init__ |
Public Member Functions inherited from InitIface | |
| def | __call__ |
| def __init__ | ( | self | ) |
__init__(daal.algorithms.univariate_outlier_detection.DefaultInit self) -> DefaultInit
| 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.