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

Static Public Attributes | List of all members
ResultId Class Reference

Available types of results of the PCA algorithm. More...

Class Constructor

ResultId ( int  value)

Constructs the result object identifier using the provided value

Parameters
valueValue corresponding to the result object identifier

Static Public Attributes

static final ResultId eigenValues = new ResultId(eigenValuesId)
 
static final ResultId eigenVectors = new ResultId(eigenVectorsId)
 
static final ResultId means = new ResultId(meansId)
 
static final ResultId variances = new ResultId(variancesId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the result object identifier

Returns
Value corresponding to the result object identifier

Member Data Documentation

final ResultId eigenValues = new ResultId(eigenValuesId)
static

Eigenvalues

final ResultId eigenVectors = new ResultId(eigenVectorsId)
static

Eigenvectors

final ResultId means = new ResultId(meansId)
static

Means

final ResultId variances = new ResultId(variancesId)
static

Variances


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

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