Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that specifies the default method for setting initial parameters of multivariate 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 multivariate 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 p 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.