入出力関数

入出力関数 (numpy モジュール)

[APIドキュメント]

バイナリファイル

[APIドキュメント]

load

@ [APIドキュメント]

load(file, mmap_mode=None, allow_pickle=False, fix_imports=True, encoding=’ASCII’)

save

@ [APIドキュメント]

save(file, arr, allow_pickle=True, fix_imports=True)

savez

@ [APIドキュメント]

savez(file, *args, **kwds)

savez_compressed

@ [APIドキュメント]

savez_compressed(file, *args, **kwds)