Share via


LatentDirichletAllocationEstimator.Fit(IDataView) Method

Definition

Trains and returns a LatentDirichletAllocationTransformer.

public Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer
Public Function Fit (input As IDataView) As LatentDirichletAllocationTransformer

Parameters

input
IDataView

Returns

Implements

Applies to