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

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

◆ PartialSVDResult()

Constructs the partial result of the algorithm

Parameters
contextContext to manage the partial result of the algorithm

Detailed Description

Member Function Documentation

◆ get() [1/2]

Returns partial result of the PCA algorithm

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

◆ get() [2/2]

Returns partial result of the PCA algorithm

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

◆ set() [1/2]

void set ( PartialSVDTableResultID  id,
NumericTable  value 
)

Sets partial result of the PCA algorithm

Parameters
idIdentifier of the partial result
valueValue of the partial result

◆ set() [2/2]

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.