Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that provides functionality of a key-value container for objects derived from the SerializationIface interface with a key of the size_t type. More...
Public Member Functions | |
| 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__ |
SerializableKeyValueCollection_SerializationIface is an alias of SerializableKeyValueCollection(T=daal.data_management.interface1.SerializationIface) For more complete information about compiler optimizations, see our Optimization Notice.