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

List of all members
PartialSVDResult Class Reference

Provides methods to access partial results obtained with the compute() of the SVD method of the PCA algorithm in the online or distributed processing mode. More...

Class Constructor

Constructs the partial result of the algorithm

Parameters
contextContext to manage the partial result of the algorithm

Detailed Description

Member Function Documentation

Returns partial result of the PCA algorithm

Parameters
idIdentifier of the PartialSVDResult, PartialSVDTableResultID
Returns
Partial result that corresponds to the given identifier

Returns partial result of the PCA algorithm

Parameters
idIdentifier of the PartialSVDResult, PartialSVDTableResultID
Returns
Partial result that corresponds to the given identifier
void set ( PartialSVDTableResultID  id,
NumericTable  value 
)

Sets partial result of the PCA algorithm

Parameters
idIdentifier of the partial result
valueValue of the partial result
void set ( PartialSVDCollectionResultID  id,
DataCollection  value 
)

Sets partial result of the PCA algorithm

Parameters
idIdentifier of the partial result
valueValue of the partial result

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

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