3 references to LatentDirichletAllocationEstimator
Microsoft.ML.Transforms (3)
EntryPoints\TextAnalytics.cs (1)
124var est = new LatentDirichletAllocationEstimator(h, cols);
Text\LdaTransform.cs (1)
1081: this(env, new[] { new ColumnOptions(outputColumnName, inputColumnName ?? outputColumnName,
Text\TextCatalog.cs (1)
651=> new LatentDirichletAllocationEstimator(CatalogUtils.GetEnvironment(catalog), columns);