Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

s
Type: System.IOStream

Return Value

Type: Array
See Also