Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that implements functionality of the collection of quality metrics algorithms. More...
Public Member Functions | |
def | __init__ |
def | size |
def | clear |
def | getKeyByIndex |
def __init__ | ( | self, | |
n = 0 |
|||
) |
Constructs the collection of quality metrics algorithms
n | Number of elements in the collection |
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
idx | Index of the requested key |
def size | ( | self | ) |
Returns the number of stored elements
For more complete information about compiler optimizations, see our Optimization Notice.