Caution
This class has been deprecated and its use is not recommended.
Please use instead class
CsvDoubleMatrixSerializer.
[ObsoleteAttribute("Use instead class CsvDoubleMatrixSerializer.")]
public static class CsvMatrixSerializer
<ObsoleteAttribute("Use instead class CsvDoubleMatrixSerializer.")>
Public NotInheritable Class CsvMatrixSerializer
[ObsoleteAttribute(L"Use instead class CsvDoubleMatrixSerializer.")]
public ref class CsvMatrixSerializer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use instead class CsvDoubleMatrixSerializer.")>]
type CsvMatrixSerializer = class end
Deserialize(String) | Deserializes as DoubleMatrix the specified CSV file. |
Deserialize(TextReader) | Deserializes as DoubleMatrix the CSV document contained by the specified TextReader. |
Serialize(String, DoubleMatrix) | Serializes the specified DoubleMatrix writing a CSV document to the specified file. |
Serialize(String, ReadOnlyDoubleMatrix) | Serializes the specified ReadOnlyDoubleMatrix writing a CSV document to the specified file. |
Serialize(TextWriter, DoubleMatrix) | Serializes the specified DoubleMatrix writing a CSV document to a file using the specified TextWriter. |
Serialize(TextWriter, ReadOnlyDoubleMatrix) | Serializes the specified ReadOnlyDoubleMatrix writing a CSV document to a file using the specified TextWriter. |