The non-empty rows of the matrix (the ones that contain at least one true entry), with their IDs
Declaring type: SparseBooleanMatrix
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public IList<KeyValuePair<int, HashSet<int>>> NonEmptyRows { get; }
Property Value
The non-empty rows of the matrix (the ones that contain at least one true entry), with their IDs