Click or drag to resize
Accord.NET (logo)

NpzFormatLoad Method

Overload List
  NameDescription
Public methodStatic memberLoadT(Byte)
Gets a lazily-instantiated array that can be used to load matrices of the specified type from an array of bytes.
Public methodStatic memberLoadT(Stream)
Gets a lazily-instantiated array that can be used to load matrices of the specified type from a stream.
Public methodStatic memberLoadT(String)
Gets a lazily-instantiated array that can be used to load matrices of the specified type from a file in the disk.
Public methodStatic memberLoadT(Byte, T)
Loads an array of the specified type from an array of bytes.
Public methodStatic memberLoadT(Stream, NpzDictionaryT)
Gets a lazily-instantiated array that can be used to load matrices of the specified type from a stream.
Public methodStatic memberLoadT(Stream, T)
Loads an array of the specified type from a file in the disk.
Public methodStatic memberLoadT(String, NpzDictionaryT)
Gets a lazily-instantiated array that can be used to load matrices of the specified type from a file in the disk.
Public methodStatic memberLoadT(String, T)
Loads an array of the specified type from a file in the disk.
Top
See Also