MyMediaLite
MatrixUtils.ReadMatrix Method (TextReader)
Syntax
Collapse All
Read a matrix from a TextReader object
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.