|
NpzFormatSave Method (DictionaryString, Array, String, CompressionLevel)
|
Saves the specified arrays to a file in the disk.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static void Save(
Dictionary<string, Array> arrays,
string path,
CompressionLevel compression = CompressionLevel.Fastest
)
Public Shared Sub Save (
arrays As Dictionary(Of String, Array),
path As String,
Optional compression As CompressionLevel = CompressionLevel.Fastest
)
Request Example
View SourceParameters
- arrays
- Type: System.Collections.GenericDictionaryString, Array
The arrays to be saved to disk. - path
- Type: SystemString
The disk path under which the file will be saved. - compression (Optional)
- Type: System.IO.CompressionCompressionLevel
The compression level to use when compressing the array.
See Also