|
NpzDictionary Constructor
|
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public NpzDictionary(
Stream stream,
bool jagged
)
Public Sub New (
stream As Stream,
jagged As Boolean
)
Request Example
View SourceParameters
- 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