MyMediaLite
MatrixUtils.RowAverage Method (Matrix<double>, int)
Syntax
Collapse All
Compute the average value of the entries in a row of a matrix
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static double RowAverage ( Matrix<double>
matrix
, int
row
)
Parameters
matrix
the matrix
row
the row ID
Return Value
the average
Top
Generated by
ImmDoc .NET
.