Click or drag to resize
Accord.NET (logo)

DistanceWeightedEuclidean Method (Double, Double, Int32)

Gets the WeightedEuclidean distance between two points.

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

Parameters

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

Return Value

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