MyMediaLite
SparseMatrix<T> Constructor (int)
Syntax
Collapse All
Create a sparse matrix with a given number of rows
Declaring type:
SparseMatrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public SparseMatrix ( int
num_rows
)
Parameters
num_rows
the number of rows
Top
Generated by
ImmDoc .NET
.