Indexer to access the elements of the matrix
Declaring type: SparseBooleanMatrix
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public bool this [
        int x,
        int y
] { get; set; }
Parameters
x
the row ID
y
the column ID
Property Value

There is no description.