DistanceCanberra(Double, Double) Method |
Canberra Distance, a weighted version of the L1-norm of the difference.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Canberra(
double[] a,
double[] b
)
Parameters
- a Double
- The first vector.
- b Double
- The second vector.
Return Value
DoubleThe distance value.
See Also