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