Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to access final results obtained with the compute() method of the SVD algorithm in the batch processing mode ; or with the finalizeCompute() method in the online processing or distributed processing modes. More...
Result | ( | DaalContext | context | ) |
Constructs the result of the SVD algorithm
context | Context to manage the result of the SVD algorithm |
NumericTable get | ( | ResultId | id | ) |
Returns the final result of the SVD algorithm
id | Identifier of the final result, ResultId |
void set | ( | ResultId | id, |
NumericTable | value | ||
) |
Sets the final result of the SVD algorithm
id | Identifier of the final result |
value | Object to store the final result |
For more complete information about compiler optimizations, see our Optimization Notice.