MyMediaLite
SparseBooleanMatrix.NonEmptyRowIDs Property
Syntax
Collapse All
The IDs of the non-empty rows in the matrix (the ones that contain at least one true entry)
Declaring type:
SparseBooleanMatrix
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public ICollection<int> NonEmptyRowIDs { get; }
Property Value
The IDs of the non-empty rows in the matrix (the ones that contain at least one true entry)
Top
Generated by
ImmDoc .NET
.