public static DoubleMatrix Deserialize(
string path
)
Public Shared Function Deserialize (
path As String
) As DoubleMatrix
public:
static DoubleMatrix^ Deserialize(
String^ path
)
static member Deserialize :
path : string -> DoubleMatrix
This method reads CSV files created by method Serialize(String, DoubleMatrix) or one of its overloaded versions.
ArgumentNullException | path is null. |
InvalidOperationException | An error occurred during deserialization. The original exception is available using the InnerException property. |