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

Static Public Attributes | List of all members
CovarianceStorageId Class Reference

Available identifiers of covariance types in the EM for GMM algorithm. More...

Class Constructor

CovarianceStorageId ( int  value)

Constructs the covariance type object identifier using the provided value

Parameters
valueValue corresponding to the covariance type object identifier

Static Public Attributes

static final CovarianceStorageId full = new CovarianceStorageId(fullValue)
 
static final CovarianceStorageId diagonal = new CovarianceStorageId(diagonalValue)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the covariance type object identifier

Returns
Value corresponding to the covariance type object identifier

Member Data Documentation

final CovarianceStorageId diagonal = new CovarianceStorageId(diagonalValue)
static

Diagonal

final CovarianceStorageId full = new CovarianceStorageId(fullValue)
static

Full


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

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