Compartir a través de


DistanceFunction.NegativeDotProductSimilarity Field

Definition

Measures both the length and angle between two vectors.

public: System::String ^ NegativeDotProductSimilarity;
public const string NegativeDotProductSimilarity;
val mutable NegativeDotProductSimilarity : string
Public Const NegativeDotProductSimilarity As String 

Field Value

Remarks

The value of NegativeDotProduct = -1 * DotProductSimilarity. The higher the value, the greater the distance between the vectors and the less similar the vectors.

Applies to