Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
InitializationProcedure Class Reference

Class that specifies the default method for setting initial parameters of univariate outlier detection algorithm. More...

Class Constructor

◆ InitializationProcedure()

Constructs the default initialization procedure

Parameters
contextContext to manage the algorithm

Detailed Description

Deprecated:
This item will be removed in a future release.

Member Function Documentation

◆ dispose()

void dispose ( )

Releases memory allocated for the native iface object

Implements Disposable.

◆ initialize()

void initialize ( NumericTable  data,
NumericTable  location,
NumericTable  scatter,
NumericTable  threshold 
)

Sets initial parameters of univariate outlier detection algorithm

Parameters
dataInput data table of size n x p
locationVector of mean estimates of size 1 x p
scatterMeasure of spread, the variance-covariance matrix of size 1 x p
thresholdLimit that defines the outlier region, the array of size 1 x p containing a non-negative number

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.