Delen via


HashingEstimator.ColumnOptions.MaximumNumberOfInverts Property

Definition

During hashing we constuct mappings between original values and the produced hash values. Text representation of original values are stored in the key names of the annotations for the new column. Hashing, as such, can map many initial values to one. MaximumNumberOfInverts specifies the upper bound of the number of distinct input values mapping to a hash that should be retained. 0 does not retain any input values. -1 retains all input values mapping to each hash.

public int MaximumNumberOfInverts { get; set; }
member this.MaximumNumberOfInverts : int with get, set
Public Property MaximumNumberOfInverts As Integer

Property Value

Applies to