SparseFormat Class |
Namespace: Accord.IO
Name | Description | |
---|---|---|
Load(Stream, SparseDouble, Boolean, SerializerCompression) |
Loads an array of sparse samples from a stream.
| |
Load(String, SparseDouble, Boolean, SerializerCompression) |
Loads an array of sparse samples from a file in the disk.
| |
Save(Double, Boolean, Stream, SerializerCompression) |
Saves an array of dense samples to a stream.
| |
Save(Double, Boolean, String, SerializerCompression) |
Saves an array of dense samples to a file in the disk.
| |
Save(SparseDouble, Boolean, Stream, SerializerCompression) |
Saves an array of sparse samples to a stream.
| |
Save(SparseDouble, Boolean, String, SerializerCompression) |
Saves an array of sparse samples to a file in the disk.
|