Click or drag to resize
Accord.NET (logo)

SquareEuclideanSparse Method

Computes the distance d(x,y) between points x and y.

Namespace:  Accord.Math.Distances
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Sparse(
	Sparse<double> x,
	Sparse<double> y
)
Request Example View Source

Parameters

x
Type: Accord.MathSparseDouble
The first point x.
y
Type: Accord.MathSparseDouble
The second point y.

Return Value

Type: Double
A double-precision value representing the distance d(x,y) between x and y according to the distance function implemented by this class.
See Also