Share via


LatentDirichletAllocationTransformer.GetLdaDetails(Int32) Method

Definition

Method to provide details about the topics discovered by LightLDA

public Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters GetLdaDetails (int columnIndex);
member this.GetLdaDetails : int -> Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters
Public Function GetLdaDetails (columnIndex As Integer) As LatentDirichletAllocationTransformer.ModelParameters

Parameters

columnIndex
Int32

index of column options pair

Returns

Applies to