Click or drag to resize
Accord.NET (logo)

DistanceKulczynski Method (Int32, Int32)

Gets the Kulczynski distance between two points.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Kulczynski(
	int[] x,
	int[] y
)
Request Example View Source

Parameters

x
Type: SystemInt32
The first point x.
y
Type: SystemInt32
The second point y.

Return Value

Type: Double
The Kulczynski distance between x and y.
Examples
For examples, please see Kulczynski documentation page.
See Also