|
NpzDictionaryLoad Method
|
Loads the array from the specified stream.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax protected override Array Load(
Stream s
)
Protected Overrides Function Load (
s As Stream
) As Array
Request Example
View SourceParameters
- s
- Type: System.IOStream
Return Value
Type:
ArraySee Also