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

Static Public Attributes | List of all members
EstimatesToCompute Class Reference

Available sets of estimates to compute of low order Moments. More...

Class Constructor

◆ EstimatesToCompute()

EstimatesToCompute ( int  value)

Constructs the sets of estimates object using the provided value

Parameters
valueValue corresponding to the sets of estimates object

Static Public Attributes

static final EstimatesToCompute estimatesAll = new EstimatesToCompute(EstimatesAll)
 
static final EstimatesToCompute estimatesMinMax = new EstimatesToCompute(EstimatesMinMax)
 
static final EstimatesToCompute estimatesMeanVariance = new EstimatesToCompute(EstimatesMeanVariance)
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the sets of estimates object

Returns
Value corresponding to the sets of estimates object

Member Data Documentation

◆ estimatesAll

final EstimatesToCompute estimatesAll = new EstimatesToCompute(EstimatesAll)
static

Default: Compute all supported moments

◆ estimatesMeanVariance

final EstimatesToCompute estimatesMeanVariance = new EstimatesToCompute(EstimatesMeanVariance)
static

MeanVariance: Compute mean and variance

◆ estimatesMinMax

final EstimatesToCompute estimatesMinMax = new EstimatesToCompute(EstimatesMinMax)
static

MinMAx: Compute minimum and maximum


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

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