Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members
TransformParameter Class Reference

Parameters of the PCA transformation algorithm. More...

Class Constructor

TransformParameter ( DaalContext  context,
long  cObject 
)

Constructs the parameter of PCA transformation algorithm

Parameters
contextContext to manage the PCA transformation algorithm
cObjectAddress of C++ parameter

Detailed Description

Member Function Documentation

long getNumberOfComponents ( )

Gets the number of components for PCA transformation.

Returns
The the number of components for PCA transformation.
void setNumberOfComponents ( long  nComponents)

Sets the the number of components for PCA transformation.

Parameters
nComponentsThe number of components for PCA transformation.

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

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