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