共用方式為


VectorSearchAlgorithmMetric.Cosine Property

Definition

Measures the angle between vectors to quantify their similarity, disregarding magnitude. The smaller the angle, the closer the similarity.

public static Azure.Search.Documents.Indexes.Models.VectorSearchAlgorithmMetric Cosine { get; }
static member Cosine : Azure.Search.Documents.Indexes.Models.VectorSearchAlgorithmMetric
Public Shared ReadOnly Property Cosine As VectorSearchAlgorithmMetric

Property Value

Applies to