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

Static Public Attributes | List of all members

Available identifiers of the result of single beta quality metrics. More...

Class Constructor

GroupOfBetasResultId ( int  value)

Constructs the result object identifier using the provided value

Parameters
valueValue corresponding to the result object identifier

Static Public Attributes

static final GroupOfBetasResultId expectedMeans = new GroupOfBetasResultId(ExpectedMeans)
 
static final GroupOfBetasResultId expectedVariance = new GroupOfBetasResultId(ExpectedVariance)
 
static final GroupOfBetasResultId regSS = new GroupOfBetasResultId(RegSS)
 
static final GroupOfBetasResultId resSS = new GroupOfBetasResultId(ResSS)
 
static final GroupOfBetasResultId tSS = new GroupOfBetasResultId(TSS)
 
static final GroupOfBetasResultId determinationCoeff = new GroupOfBetasResultId(DeterminationCoeff)
 

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 GroupOfBetasResultId determinationCoeff = new GroupOfBetasResultId(DeterminationCoeff)
static

F-statistics computed for each dependent variable

final GroupOfBetasResultId expectedMeans = new GroupOfBetasResultId(ExpectedMeans)
static

Variance of expected responses computed for each dependent variable

final GroupOfBetasResultId expectedVariance = new GroupOfBetasResultId(ExpectedVariance)
static

Regression sum of squares computed for each dependent variable

final GroupOfBetasResultId regSS = new GroupOfBetasResultId(RegSS)
static

Sum of squares of residuals computed for each dependent variable

final GroupOfBetasResultId resSS = new GroupOfBetasResultId(ResSS)
static

Total sum of squares of residuals computed for each dependent variable

final GroupOfBetasResultId tSS = new GroupOfBetasResultId(TSS)
static

Determination coefficient computed for each dependent variable


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

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