MyMediaLite
SparseMatrix<T>.Item Property (int, int)
Syntax
Collapse All
Access the elements of the sparse matrix
Declaring type:
SparseMatrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public T this [ int
x
, int
y
] { get; set; }
Parameters
x
the row ID
y
the column ID
Property Value
There is no description.
Top
Generated by
ImmDoc .NET
.