scipy.sparse.dok_matrix. asformat# dok_matrix.asformat(format, copy=False)[source]# 将此数组/矩阵转换为指定格式。 参数: format{str, None}所需的稀疏格式(“csr”,“csc”,“lil”,“dok”,“array”...)或 None 表示不进行转换。 copybool, 可选如果为 True,则结果保证与 self 不共享数据。 返回值: A以指定格式表示的此数组/矩阵。