MyMediaLite
Matrix<T>.Item Property (int, int)
Syntax
Collapse All
There is no summary.
Declaring type:
Matrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public virtual T this [ int
i
, int
j
] { get; set; }
Parameters
i
the row ID
j
the column ID
Property Value
The value at (i,j)
Top
Generated by
ImmDoc .NET
.