Click or drag to resize
Accord.NET (logo)

NpzDictionary Constructor

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

Parameters

stream
Type: System.IOStream
The stream from where the arrays should be loaded from.
jagged
Type: SystemBoolean
Pass true to deserialize matrices as jagged matrices. Pass false to deserialize them as multi-dimensional matrices.
See Also