Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that implements functionality of the collection of result objects of the quality metrics algorithm. More...
Public Member Functions | |
| def | __init__ |
| def | add |
| def | getResult |
Public Member Functions inherited from SerializableKeyValueCollection | |
| def | serializationTag |
| def | getSerializationTag |
| def | __init__ |
Public Member Functions inherited from SerializationIface | |
| def | serialize |
| def | deserialize |
| def | getSerializationTag |
Public Member Functions inherited from Base | |
| def | __init__ |
Public Member Functions inherited from KeyValueCollection | |
| def | __init__ |
| def | getKeyByIndex |
| def | getValueByIndex |
| def | getValueByIndexConst |
| def | size |
| def | clear |
| def | __getitem__ |
| def | __setitem__ |
| def __init__ | ( | self | ) |
__init__(daal.algorithms.quality_metric_set.ResultCollection self) -> ResultCollection
| def add | ( | self, | |
| key, | |||
| ptr | |||
| ) |
add(ResultCollection self, size_t key, daal.algorithms.ResultPtr const & ptr)
| def getResult | ( | self, | |
| key | |||
| ) |
getResult(ResultCollection self, size_t key) -> daal.algorithms.ResultPtr
For more complete information about compiler optimizations, see our Optimization Notice.