Click or drag to resize
Accord.NET (logo)

ISimilarityT, U Interface

Common interface for similarity measures.

Namespace:  Accord.Math.Distances
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public interface ISimilarity<T, U>

Type Parameters

T
The type of the first element to be compared.
U
The type of the second element to be compared.

The ISimilarityT, U type exposes the following members.

Methods
  NameDescription
Public methodSimilarity
Gets a similarity measure between two points.
Top
See Also