Click or drag to resize
Accord.NET (logo)

NpyFormatLoadJagged Method (String)

Loads a jagged array from a file in the disk.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static Array LoadJagged(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file containing the matrix to be loaded.

Return Value

Type: Array
A jagged array containing the values available in the given stream.
See Also