MyMediaLite
SparseBooleanMatrix.NonEmptyColumnIDs Property
Syntax
Collapse All
The IDs of the non-empty columns 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> NonEmptyColumnIDs { get; }
Property Value
The IDs of the non-empty columns in the matrix (the ones that contain at least one true entry)
Top
Generated by
ImmDoc .NET
.