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

List of all members
QualityMetricSetParameter Class Reference

Parameters for the quality metrics set computation for PCA algorithm. More...

Detailed Description

Member Function Documentation

◆ getNComponents()

long getNComponents ( long  nComponents)

Gets the number of principal components to compute metrics for

Returns
Number of principal components to compute metrics for

◆ getNFeatures()

long getNFeatures ( long  nFeatures)

Gets the number of features in dataset used as input in PCA

Returns
Number of features in dataset used as input in PCA

◆ setNComponents()

void setNComponents ( long  nComponents)

Sets the number of principal components to compute metrics for

Parameters
nComponentsNumber of principal components to compute metrics for

◆ setNFeatures()

void setNFeatures ( long  nFeatures)

Sets the number of features in dataset used as input in PCA

Parameters
nFeaturesNumber of features in dataset used as input in PCA

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

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