Python* 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...
Public Member Functions | |
| def | __init__ |
| def | add |
| def | getInput |
| def __init__ | ( | self | ) |
__init__(daal.algorithms.quality_metric_set.InputDataCollection self) -> InputDataCollection
| def add | ( | self, | |
| k, | |||
| ptr | |||
| ) |
Adds an element with a key to the collection
| k | Key value |
| ptr | Shared pointer to the element |
| def getInput | ( | self, | |
| key | |||
| ) |
Returns the element that matches the key
| key | Key value |
For more complete information about compiler optimizations, see our Optimization Notice.