DistanceSSD(Single, Single) Method |
Sum of Squared Difference (SSD), i.e. the squared L2-norm (Euclidean) of the difference.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static float SSD(
float[] a,
float[] b
)
Parameters
- a Single
- The first vector.
- b Single
- The second vector.
Return Value
SingleThe distance value.
See Also