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