Sets the values of the i-th row to the values in a given array
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public void SetRow (
        int i,
        T[] row
) 
Parameters
i
the row ID
row
A `0[] of length dim1