![]() |
NpyFormat Class |
Namespace: Accord.IO
Name | Description | |
---|---|---|
![]() ![]() | LoadT(Byte) |
Loads an array of the specified type from a byte array.
|
![]() ![]() | LoadT(Stream) |
Loads an array of the specified type from a stream.
|
![]() ![]() | LoadT(String) |
Loads an array of the specified type from a file in the disk.
|
![]() ![]() | LoadT(Byte, T) |
Loads an array of the specified type from a file in the disk.
|
![]() ![]() | LoadT(Stream, T) |
Loads an array of the specified type from a stream.
|
![]() ![]() | LoadT(String, T) |
Loads an array of the specified type from a file in the disk.
|
![]() ![]() | LoadJagged(Byte) |
Loads a jagged array from an array of bytes.
|
![]() ![]() | LoadJagged(String) |
Loads a jagged array from a file in the disk.
|
![]() ![]() | LoadJagged(Stream, Boolean) |
Loads a jagged array from a stream.
|
![]() ![]() | LoadMatrix(Byte) |
Loads a multi-dimensional array from an array of bytes.
|
![]() ![]() | LoadMatrix(Stream) |
Loads a multi-dimensional array from a stream.
|
![]() ![]() | LoadMatrix(String) |
Loads a multi-dimensional array from a file in the disk.
|
![]() ![]() | Save(Array) |
Saves the specified array to an array of bytes.
|
![]() ![]() | Save(Array, Stream) |
Saves the specified array to a stream using the npy format.
|
![]() ![]() | Save(Array, String) |
Saves the specified array to the disk using the npy format.
|