Click or drag to resize
Accord.NET (logo)

NpzFormatLoadMatrix Method (Stream)

Gets a lazily-instantiated array that can be used to load multi-dimensional matrices from a stream.

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

Parameters

stream
Type: System.IOStream
The stream containing the matrix to be loaded.

Return Value

Type: NpzDictionaryArray
A collection of arrays.
See Also