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

There is no description.