MyMediaLite
Matrix<T>.AddRows Method (int)
Syntax
Remarks
Collapse All
Enlarges the matrix to num_rows rows
Declaring type:
Matrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public void AddRows ( int
num_rows
)
Parameters
num_rows
the minimum number of rows
Top
Remarks
Do nothing if num_rows is less than dim1. The new entries are filled with zeros.
Top
Generated by
ImmDoc .NET
.