Create matrix object with data.
Parameters: | data (scipy.sparse.csr_matrix) – Data to fill the created object with. |
---|---|
Returns: | int – the ID of the constructed object. |
Delete a matrix object.
Parameters: | ids (int or list) – ID or list of ID’s to delete. |
---|
Get a matrix object.
Parameters: | i (int) – ID of object to get. |
---|---|
Returns: | scipy.sparse.csr_matrix – The object data. |