Write a sparse matrix of integers to a StreamWriter object
Declaring type: IMatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void WriteSparseMatrix (
        StreamWriter writer,
        SparseMatrix<int> matrix
) 
Parameters
writer
a System.IO.StreamWriter
matrix
the matrix of doubles to write out