Sets an entire row to a specified value
Declaring type: Matrix<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public void SetRowToOneValue (
        int i,
        T v
) 
Parameters
i
the row ID
v
the value to be used