Click or drag to resize
Accord.NET (logo)

NpzFormatLoadMatrix Method

Overload List
  NameDescription
Public methodStatic memberLoadMatrix(Byte)
Gets a lazily-instantiated array that can be used to load multi-dimensional matrices from an array of bytes.
Public methodStatic memberLoadMatrix(Stream)
Gets a lazily-instantiated array that can be used to load multi-dimensional matrices from a stream.
Public methodStatic memberLoadMatrix(String)
Gets a lazily-instantiated array that can be used to load multi-dimensional matrices from a file in the disk.
Top
See Also