|
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
)
Public Shared Function Save (
array As Array,
path As String
) As ULong
Request Example
View SourceParameters
- 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:
UInt64The number of bytes written when saving the file to disk.
See Also