Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Provides methods to access results obtained with the compute() method of the engine. More...
NumericTable get | ( | ResultId | id | ) |
Returns the result of the engine
id | Identifier of the result |
void set | ( | ResultId | id, |
NumericTable | val | ||
) |
Sets the result of the engine
id | Identifier of the result |
val | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.