Create a sparse matrix with a given number of rows
Declaring type: SparseMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public SparseMatrix (
        int num_rows,
        int num_cols
) 
Parameters
num_rows
the number of rows
num_cols
the number of columns