scipy.sparse.lil_array.

todok#

lil_array.todok(copy=False)[source]#

将此数组/矩阵转换为键字典格式。

如果 copy=False,则此数组/矩阵的数据/索引可能与生成的 dok_array/矩阵共享。