MyMediaLite
SparseBooleanMatrix.NonEmptyRows Property
Syntax
Collapse All
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
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
Top
Generated by
ImmDoc .NET
.