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