Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
InputDataCollection Class Reference

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

Public Member Functions

def __init__
 
def add
 
def getInput
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def add (   self,
  k,
  ptr 
)

Adds an element with a key to the collection

Parameters
kKey value
ptrShared pointer to the element
def getInput (   self,
  key 
)

Returns the element that matches the key

Parameters
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.