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

List of all members
InitializationProcedureIface Class Referenceabstract

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

Class Constructor

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

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

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.