Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Parameters for the quality metrics set computation for PCA algorithm. More...
long getNComponents | ( | long | nComponents | ) |
Gets the number of principal components to compute metrics for
long getNFeatures | ( | long | nFeatures | ) |
Gets the number of features in dataset used as input in PCA
void setNComponents | ( | long | nComponents | ) |
Sets the number of principal components to compute metrics for
nComponents | Number of principal components to compute metrics for |
void setNFeatures | ( | long | nFeatures | ) |
Sets the number of features in dataset used as input in PCA
nFeatures | Number of features in dataset used as input in PCA |
For more complete information about compiler optimizations, see our Optimization Notice.