C++ API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
InputDataCollection Class Reference

Class that implements functionality of the collection of input objects of the quality metrics algorithm. More...

Class Declaration

Member Function Documentation

void add ( size_t  k,
const algorithms::InputPtr &  ptr 
)

Adds an element with a key to the collection

Parameters
[in]kKey value
[in]ptrShared pointer to the element
algorithms::InputPtr getInput ( size_t  key) const

Returns the element that matches the key

Parameters
[in]keyKey value
Returns
Shared pointer to the element

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.