IDF.Fit(DataFrame) Method

Definition

Fits a model to the input data.

public Microsoft.Spark.ML.Feature.IDFModel Fit (Microsoft.Spark.Sql.DataFrame source);
member this.Fit : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.ML.Feature.IDFModel
Public Function Fit (source As DataFrame) As IDFModel

Parameters

source
DataFrame

The DataFrame to fit the model to

Returns

New IDFModel object

Applies to