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

Public Member Functions | List of all members
InputAlgorithmsCollection Class Reference

Class that implements functionality of the collection of quality metrics algorithms. More...

Public Member Functions

def __init__
 
def size
 
def clear
 
def getKeyByIndex
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  n = 0 
)

Constructs the collection of quality metrics algorithms

Parameters
nNumber of elements in the collection

Member Function Documentation

def clear (   self)

Removes all elements from the container

def getKeyByIndex (   self,
  idx 
)

Returns a reference to SharedPtr for the stored key with a given index

Parameters
idxIndex of the requested key
Returns
Reference to SharedPtr of the size_t type
def size (   self)

Returns the number of stored elements

Returns
number of stored elements

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

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