Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Parameters of the PCA transformation algorithm. More...
| TransformParameter | ( | DaalContext | context, |
| long | cObject | ||
| ) |
Constructs the parameter of PCA transformation algorithm
| context | Context to manage the PCA transformation algorithm |
| cObject | Address of C++ parameter |
| long getNumberOfComponents | ( | ) |
Gets the number of components for PCA transformation.
| void setNumberOfComponents | ( | long | nComponents | ) |
Sets the the number of components for PCA transformation.
| nComponents | The number of components for PCA transformation. |
For more complete information about compiler optimizations, see our Optimization Notice.