MyMediaLite
Matrix<T>.Grow Method (int, int)
Syntax
Remarks
Collapse All
Grows the matrix to the requested size, if necessary
Declaring type:
Matrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public void Grow ( int
num_rows
, int
num_cols
)
Parameters
num_rows
the minimum number of rows
num_cols
the minimum number of columns
Top
Remarks
The new entries are filled with zeros.
Top
Generated by
ImmDoc .NET
.