The value at (i,j)
Declaring type: IMatrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public abstract T this [
        int x,
        int y
] { get; set; }
Parameters
x
the row ID
y
the column ID
Property Value
The value at (i,j)