Click or drag to resize
Accord.NET (logo)

NpzFormatLoadJagged Method (Byte)

Gets a lazily-instantiated array that can be used to load jagged matrices from an array of bytes.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static NpzDictionary<Array> LoadJagged(
	byte[] bytes
)
Request Example View Source

Parameters

bytes
Type: SystemByte
The bytes that contain the matrix to be loaded.

Return Value

Type: NpzDictionaryArray
A collection of arrays.
See Also