Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Class that specifies the default method for setting initial parameters of univariate outlier detection algorithm. More...
InitializationProcedure | ( | DaalContext | context | ) |
Constructs the default initialization procedure
context | Context to manage the algorithm |
void dispose | ( | ) |
Releases memory allocated for the native iface object
Implements Disposable.
void initialize | ( | NumericTable | data, |
NumericTable | location, | ||
NumericTable | scatter, | ||
NumericTable | threshold | ||
) |
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.