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