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