C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that implements functionality of the collection of input objects of the quality metrics algorithm. More...
| void add | ( | size_t | k, |
| const algorithms::InputPtr & | ptr | ||
| ) |
Adds an element with a key to the collection
| [in] | k | Key value |
| [in] | ptr | Shared pointer to the element |
| algorithms::InputPtr getInput | ( | size_t | key | ) | const |
Returns the element that matches the key
| [in] | key | Key value |
For more complete information about compiler optimizations, see our Optimization Notice.