Share via


CountVectorizerModel.GetMaxDF Method

Definition

Gets the maximum number of different documents a term could appear in to be included in the vocabulary. A term that appears more than the threshold will be ignored. If this is an integer greater than or equal to 1, this specifies the maximum number of documents the term could appear in; if this is a double in [0,1), then this specifies the maximum fraction of documents the term could appear in.

public double GetMaxDF ();
member this.GetMaxDF : unit -> double
Public Function GetMaxDF () As Double

Returns

The maximum document term frequency of type double.

Applies to