Utilities to work with matrices
Declaring type: MatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method MatrixUtils

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Static ColumnAverage Compute the average value of the entries in a column of a matrix
Public Method Static ContainsNaN Check whether a matrix contains NaN ("not a number") elements
Public Method Static FrobeniusNorm Compute the Frobenius norm (square root of the sum of squared entries) of a matrix
Public Method Static Inc Overloaded. Increment the elements in one matrix by the ones in another
Public Method Static InitNormal Overloaded. Initializes a double matrix with normal distributed (Gaussian) noise
Public Method Static Multiply Multiply all entries of a matrix with a scalar
Public Method Static RowAverage Compute the average value of the entries in a row of a matrix
Public Method Static RowScalarProduct Overloaded. Compute the scalar product between a vector and a row of the matrix