Returns a copy of the i-th row of the matrix
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public T[] GetRow (
        int i
) 
Parameters
i
the row ID
Return Value
A vector of T containing the row data