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