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