Partager via


DistanceFunction.DotProductSimilarity Field

Definition

Measures both the length and angle between two vectors.

public const string DotProductSimilarity;
val mutable DotProductSimilarity : string
Public Const DotProductSimilarity As String 

Field Value

Remarks

Same as cosine similarity if the vectors are the same length, but more performant.

Applies to