MyMediaLite
IMatrix<T>.CreateMatrix Method (int, int)
Syntax
Collapse All
Create a matrix with a given number of rows and columns
Declaring type:
IMatrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public abstract IMatrix<T> CreateMatrix ( int
num_rows
, int
num_columns
)
Parameters
num_rows
the number of rows
num_columns
the number of columns
Return Value
A matrix with num_rows rows and num_column columns
Top
Generated by
ImmDoc .NET
.