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