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

Static Public Attributes | List of all members
ResultsToComputeId Class Reference

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

Static Public Attributes

static final long none = 0x0000000000000000L
 
static final long mean = 0x0000000000000001L
 
static final long variance = 0x0000000000000002L
 
static final long eigenvalue = 0x0000000000000004L
 

Detailed Description

Member Data Documentation

final long eigenvalue = 0x0000000000000004L
static

Compute variance

final long mean = 0x0000000000000001L
static

Compute mean

final long none = 0x0000000000000000L
static

No optional result

final long variance = 0x0000000000000002L
static

Compute variance


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

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