Compute the Euclidean norm of a collection of doubles
Declaring type: VectorUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static double EuclideanNorm (
        ICollection<double> vector
) 
Parameters
vector
the vector to compute the norm for
Return Value
the Euclidean norm of the vector