Click or drag to resize
Accord.NET (logo)

ISimilarityT, USimilarity Method

Gets a similarity measure between two points.

Namespace:  Accord.Math.Distances
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
double Similarity(
	T x,
	U y
)

Parameters

x
Type: T
The first point to be compared.
y
Type: U
The second point to be compared.

Return Value

Type: Double
A similarity measure between x and y.
See Also