MyMediaLite
SparseMatrix<T>.NonEmptyRows Property
Syntax
Collapse All
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
Syntax
C#
public IList<KeyValuePair<int, Dictionary<int, T>>> NonEmptyRows { get; }
Property Value
There is no description.
Top
Generated by
ImmDoc .NET
.