MyMediaLite
MatrixUtils.FrobeniusNorm Method (Matrix<double>)
Syntax
Remarks
Collapse All
Compute the Frobenius norm (square root of the sum of squared entries) of a matrix
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static double FrobeniusNorm ( Matrix<double>
matrix
)
Parameters
matrix
the matrix
Return Value
the Frobenius norm of the matrix
Top
Remarks
See http://en.wikipedia.org/wiki/Matrix_norm
Top
Generated by
ImmDoc .NET
.