numpy.matrix.dump#

方法

matrix.dump(file)#

将数组的 pickle 转储到指定的文件。可以使用 pickle.load 或 numpy.load 将数组读取回来。

参数:
filestr 或 Path

指定转储文件名称的字符串。