Click or drag to resize
Accord.NET (logo)

NpzDictionaryT Constructor

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public NpzDictionary(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from where the arrays should be loaded from.
See Also