Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Base class for the parameters of the algorithm. More...
ExplainedVarianceParameter | ( | DaalContext | context | ) |
Constructs the parameters of the quality metric algorithm
context | Context to manage the parameters of the quality metric algorithm |
double getNComponents | ( | ) |
Gets the number of components
double getNFeatures | ( | ) |
Gets the number of feautres
void setNComponents | ( | long | nComponents | ) |
Sets the number of components
nComponents | Number of components |
void setNFeatures | ( | long | nFeatures | ) |
Sets the number of features
nFeatures | Number of features |
For more complete information about compiler optimizations, see our Optimization Notice.