Read a matrix from a TextReader object
Declaring type: IMatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static IMatrix<double> ReadMatrix (
        TextReader reader,
        IMatrix<double> example_matrix
) 
Parameters
reader
the System.IO.TextReader object to read from
example_matrix
matrix of the type of matrix to create
Return Value
a matrix of doubles