Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Available result identifiers for the correlation or variance-covariance matrix algorithm. More...
ResultId | ( | int | value | ) |
Constructs the result object identifier using the provided value
value | Value corresponding to the result object identifier |
Static Public Attributes | |
static final ResultId | covariance = new ResultId(covarianceValue) |
static final ResultId | correlation = new ResultId(covarianceValue) |
static final ResultId | mean = new ResultId(meanValue) |
int getValue | ( | ) |
Returns the value corresponding to the result object identifier
For more complete information about compiler optimizations, see our Optimization Notice.