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

Static Public Attributes | List of all members

Available types of the computed correlation or variance-covariance matrix. More...

Class Constructor

OutputMatrixType ( int  value)

Constructs the computed correlation or variance-covariance matrix object using the provided value

Parameters
valueValue corresponding to the computed correlation or variance-covariance matrix object

Static Public Attributes

static final OutputMatrixType covarianceMatrix
 
static final OutputMatrixType correlationMatrix
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the computed correlation or variance-covariance matrix object

Returns
Value corresponding to the computed correlation or variance-covariance matrix object

Member Data Documentation

final OutputMatrixType correlationMatrix
static
Initial value:
CorrelationMatrix)

Correlation matrix

final OutputMatrixType covarianceMatrix
static
Initial value:
CovarianceMatrix)

Variance-Covariance matrix


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

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