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