MyMediaLite
Matrix<T>.GetColumn Method (int)
Syntax
Collapse All
Returns a copy of the j-th column of the matrix
Declaring type:
Matrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public T[] GetColumn ( int
j
)
Parameters
j
the column ID
Return Value
`0[]
containing the column data
Top
Generated by
ImmDoc .NET
.