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

Static Public Attributes | List of all members
QualityMetricId Class Reference

Available identifiers of the quality metrics available for the model trained with the PCA algorithm. More...

Class Constructor

QualityMetricId ( int  value)

Constructs the quality metrics object identifier using the provided value

Parameters
valueValue corresponding to the quality metrics object identifier

Static Public Attributes

static final QualityMetricId explainedVariancesMetrics = new QualityMetricId(explainedVariancesMetricsId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the quality metrics object identifier

Returns
Value corresponding to the quality metrics object identifier

Member Data Documentation

final QualityMetricId explainedVariancesMetrics = new QualityMetricId(explainedVariancesMetricsId)
static

Explained and noise variances metrics


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

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