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