Java* API Reference for Intel® Data Analytics Acceleration Library 2019

Static Public Attributes | List of all members

Available methods for computing the results of the multivariate outlier detection. More...

Class Constructor

Method ( int  value)

Constructs the method object using the provided value

Parameters
valueValue corresponding to the method object

Static Public Attributes

static final Method defaultDense = new Method(defaultDenseValue)
 
static final Method baconDense = new Method(baconDenseValue)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the method object

Returns
Value corresponding to the method object

Member Data Documentation

final Method baconDense = new Method(baconDenseValue)
static

Blocked Adaptive Computationally-efficient Outlier Nominators(BACON) method

Deprecated:
This item will be removed in a future release. Use com.intel.daal.algorithms.bacon_outlier_detection.Batch algorithm instead.
final Method defaultDense = new Method(defaultDenseValue)
static

Default method


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

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