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

List of all members
InitializationProcedureIface Class Referenceabstract

Abstract interface class for setting initial parameters of multivariate outlier detection algorithm. More...

Class Constructor

◆ InitializationProcedureIface()

Constructs the initialization procedure iface

Parameters
contextContext to manage the algorithm

Detailed Description

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

Member Function Documentation

◆ initialize()

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

Sets initial parameters of multivariate 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 p x p
thresholdLimit that defines the outlier region, the array of size 1 x 1 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.