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

There is no description.