numpy.ma.load()

numpy.ma.load

numpy.ma.load(F) [source]

Wrapper around cPickle.load which accepts either a file-like object or a filename.

Parameters:

F : str or file

The file or file name to load.

See also

dump
Pickle an array

Notes

This is different from numpy.load, which does not use cPickle but loads the NumPy binary .npy format.

© 2008–2016 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.ma.load.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部