|
NpzFormatLoadJagged Method (String)
|
Gets a lazily-instantiated array that can be used to load
jagged matrices from a file in the disk.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static NpzDictionary<Array> LoadJagged(
string path
)
Public Shared Function LoadJagged (
path As String
) As NpzDictionary(Of Array)
Request Example
View SourceParameters
- path
- Type: SystemString
The path to the file containing the matrix to be loaded.
Return Value
Type:
NpzDictionaryArrayA collection of arrays.
See Also