Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the second step in the distributed processing mode. More...
Returns partial results of the SVD algorithm. KeyValueDataCollection under outputOfStep2ForStep3 id is structured the same as KeyValueDataCollection under inputOfStep2FromStep1 id of the algorithm parameter
id | Identifier of the parameter |
DataCollection get | ( | DistributedPartialResultCollectionId | id, |
int | idx | ||
) |
Returns the DataCollection from outputOfStep2ForStep3 results of the SVD algorithm.
id | Identifier of the partial result |
idx | Index of the DataCollection within KeyValueDataCollcetion of the partial result |
Result get | ( | DistributedPartialResultId | id | ) |
Returns results of the SVD algorithm with singular values and the left orthogonal matrix calculated
id | Identifier of the parameter |
For more complete information about compiler optimizations, see our Optimization Notice.