Interface ISimilarity<T>
Common interface for similarity measures.
Inherited Members
Namespace: Mars.Numerics.Distances.Base
Assembly: Mars.Numerics.dll
Syntax
public interface ISimilarity<in T> : ISimilarity<T, T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of the elements to be compared. |