IDF.SetMinDocFreq(Int32) Method

Definition

Minimum of documents in which a term should appear for filtering

public Microsoft.Spark.ML.Feature.IDF SetMinDocFreq (int value);
member this.SetMinDocFreq : int -> Microsoft.Spark.ML.Feature.IDF
Public Function SetMinDocFreq (value As Integer) As IDF

Parameters

value
Int32

int, the minimum of documents a term should appear in

Returns

IDF

New IDF object

Applies to