C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

References | Namespaces | Classes | Enumerations

Contains classes to check the quality of the pca algorithm. More...

References

 Batch
 
 explained variance
 
 

Namespaces

 daal::algorithms::pca::quality_metric_set
 Contains classes to check the quality of the pca algorithm.
 
 daal::algorithms::pca::quality_metric_set::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  Parameter
 Parameters for the quality metrics set compute() method. More...
 
class  ResultCollection
 Class that implements functionality of the collection of result objects of the quality metrics algorithm specialized for using with the pca algorithm. More...
 
class  InputDataCollection
 Class that implements functionality of the collection of input objects of the quality metrics algorithm specialized for using with the pca algorithm. More...
 

Enumerations

enum  QualityMetricId { explainedVariancesMetrics }
 

Enumeration Type Documentation

enum QualityMetricId

Available identifiers of the quality metrics of pca algorithm

Enumerator
explainedVariancesMetrics 

Explained and noise variances metrics

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