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

List of all members

Provides methods to access final results obtained with the compute() method of PCA algorithm in the batch processing mode, or finalizeCompute() method in the online or distributed processing mode. More...

Class Constructor

Result ( DaalContext  context)

Constructs the result of the PCA algorithm

Parameters
contextContext to manage the PCA algorithm result

Detailed Description

Member Function Documentation

NumericTable get ( ResultId  id)

Returns final result of the PCA algorithm

Parameters
idIdentifier of the result, ResultId
Returns
Final result that corresponds to the given identifier
void set ( ResultId  id,
NumericTable  value 
)

Sets final result of the PCA algorithm

Parameters
idIdentifier of the final result
valueObject to store final result

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

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