MyMediaLite
IMatrixUtils.WriteSparseMatrix Method (StreamWriter, SparseMatrix<float>)
Syntax
Collapse All
Write a sparse matrix of floats to a StreamWriter object
Declaring type:
IMatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static void WriteSparseMatrix ( StreamWriter
writer
, SparseMatrix<float>
matrix
)
Parameters
writer
a
System.IO.StreamWriter
matrix
the matrix of floats to write out
Top
Generated by
ImmDoc .NET
.