Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that implements functionality of the Collection container. More...
Public Member Functions | |
def | __init__ |
def | size |
def | capacity |
def | get |
def | data |
def | push_back |
def | safe_push_back |
def | __lshift__ |
def | resize |
def | clear |
def | insert |
def | erase |
def | __getitem__ |
def | __setitem__ |
T | Type of an object stored in the container |
Collection_SerializationIfacePtr
is an alias of Collection(DataType=daal.data_management.interface1.SerializationIfacePtr)
Collection_DataBlock
is an alias of Collection(DataType=daal.services.SharedPtr__daal.data_management.interface1.DataBlock)
For more complete information about compiler optimizations, see our Optimization Notice.