Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Abstract interface class for setting initial parameters of univariate outlier detection algorithm. More...
InitializationProcedureIface | ( | DaalContext | context | ) |
Constructs the initialization procedure iface
context | Context to manage the algorithm |
|
abstract |
Sets initial parameters of univariate outlier detection algorithm
data | Input data table of size n x p |
location | Vector of mean estimates of size 1 x p |
scatter | Measure of spread, the variance-covariance matrix of size 1 x p |
threshold | Limit that defines the outlier region, the array of size 1 x p containing a non-negative number |
For more complete information about compiler optimizations, see our Optimization Notice.