MyMediaLite
VectorUtils.EuclideanNorm Method (ICollection<double>)
Syntax
Collapse All
Compute the Euclidean norm of a collection of doubles
Declaring type:
VectorUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.