我有一个npz格式的稀疏矩阵。 我知道要读取此矩阵,我需要
scipy.sparse.load_npz
我在包含5个部分的.npz文件的预览中看到了
如何理解这种“格式”?
答案 0 :(得分:0)
npz是一个简单的zip存档,其中包含numpy文件。您可以在http://en.wikipedia.org/wiki/ZIP_(file_format)
中找到ZIP内部结构的简单说明。以下是文档:
.npz文件https://docs.scipy.org/doc/numpy/reference/generated/numpy.savez.html
的格式.npy文件的格式 http://pyopengl.sourceforge.net/pydoc/numpy.lib.format.html