Access the elements of the sparse matrix
Declaring type: SparseMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public virtual T this [
        int x,
        int y
] { get; set; }
Parameters
x
the row ID
y
the column ID
Property Value

There is no description.