5 references to LatentDirichletAllocation
Microsoft.ML.IntegrationTests (1)
IntrospectiveTraining.cs (1)
185.Append(mlContext.Transforms.Text.LatentDirichletAllocation("Features", "SentimentBag",
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\LatentDirichletAllocation.cs (1)
47.Append(mlContext.Transforms.Text.LatentDirichletAllocation(
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
1606var lda = ML.Transforms.Text.LatentDirichletAllocation("Zeros").Fit(srcView).Transform(srcView);
Microsoft.ML.Tests (1)
Transformers\TextFeaturizerTests.cs (1)
737var est = ml.Transforms.Text.LatentDirichletAllocation("F1V", resetRandomGenerator: true);
Microsoft.ML.Transforms (1)
Text\LdaTransform.cs (1)
1028/// <seealso cref="TextCatalog.LatentDirichletAllocation(TransformsCatalog.TextTransforms, string, string, int, float, float, int, int, int, int, int, int, int, bool)"/>