|
NpzDictionaryT Constructor
|
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public NpzDictionary(
Stream stream
)
Public Sub New (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from where the arrays should be loaded from.
See Also