|
NpyFormatLoadMatrix Method (Stream)
|
Loads a multi-dimensional array from a stream.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static Array LoadMatrix(
Stream stream
)
Public Shared Function LoadMatrix (
stream As Stream
) As Array
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream containing the matrix to be loaded.
Return Value
Type:
ArrayA multi-dimensional array containing the values available in the given stream.
See Also