DistanceFunction.EuclideanSquaredDistance Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Measures the Euclidean squared distance between two vectors.
public const string EuclideanSquaredDistance;
val mutable EuclideanSquaredDistance : string
Public Const EuclideanSquaredDistance As String
Field Value
Remarks
Also known as l2-squared.