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

Static Public Attributes | List of all members
OutputMatrixType Class Reference

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

Class Constructor

◆ OutputMatrixType()

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

◆ getValue()

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

◆ correlationMatrix

final OutputMatrixType correlationMatrix
static
Initial value:
CorrelationMatrix)

Correlation matrix

◆ covarianceMatrix

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.