|
|
SparseFormatSave Method |
| Name | Description | |
|---|---|---|
| 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.
|