共用方式為


HnswParameters.M Property

Definition

The number of bi-directional links created for every new element during construction. Increasing this parameter value may improve recall and reduce retrieval times for datasets with high intrinsic dimensionality at the expense of increased memory consumption and longer indexing time.

public int? M { get; set; }
member this.M : Nullable<int> with get, set
Public Property M As Nullable(Of Integer)

Property Value

Applies to