Represents a distance measure that uses the squared Euclidean distance.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly Func<Vector<double>, Vector<double>, double> SquaredEuclideanDistance
Public Shared ReadOnly SquaredEuclideanDistance As Func(Of Vector(Of Double), Vector(Of Double), Double)
public:
static initonly Func<Vector<double>^, Vector<double>^, double>^ SquaredEuclideanDistance
static val SquaredEuclideanDistance: Func<Vector<float>, Vector<float>, float>
Field Value
Type:
FuncVectorDouble,
VectorDouble,
Double
Reference