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

List of all members
BatchParameter Class Reference

Parameters of the PCA algorithm in the batch processing mode. More...

Detailed Description

Member Function Documentation

boolean getIsDeterministic ( )

Gets the number of components for PCA transformation.

Returns
The the number of components for PCA transformation.
long getNumberOfComponents ( )

Gets the number of components for PCA transformation.

Returns
The the number of components for PCA transformation.
long getResultsToCompute ( )

Gets the 64 bit integer flag that indicates the results to compute

Returns
The 64 bit integer flag that indicates the results to compute
void setCovariance ( BatchImpl  covariance)

Sets the correlation or variance-covariance matrix algorithm used by the PCA algorithm

Parameters
covarianceCorrelation or variance-covariance matrix algorithm
void setIsDeterministic ( boolean  isDeterministic)

Sets the the number of components for PCA transformation.

Parameters
isDeterministicThe 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.
void setResultsToCompute ( long  resultsToCompute)

Sets the 64 bit integer flag that indicates the results to compute

Parameters
resultsToComputeThe 64 bit integer flag that indicates the results to compute

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

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