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