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