Click or drag to resize
Accord.NET (logo)

NpyFormatSave Method (Array, String)

Saves the specified array to the disk using the npy format.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static ulong Save(
	Array array,
	string path
)
Request Example View Source

Parameters

array
Type: SystemArray
The array to be saved to disk.
path
Type: SystemString
The disk path under which the file will be saved.

Return Value

Type: UInt64
The number of bytes written when saving the file to disk.
See Also