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