Read a matrix of integers from a TextReader object
Declaring type: IMatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static IMatrix<int> ReadMatrix (
        TextReader reader,
        IMatrix<int> 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 integers