1 type derived from TextData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\LatentDirichletAllocation.cs (1)
84private class TransformedTextData : TextData
6 instantiations of TextData
Microsoft.ML.Samples (6)
Dynamic\Transforms\Text\LatentDirichletAllocation.cs (6)
18new TextData(){ Text = "ML.NET's LatentDirichletAllocation API " + 21new TextData(){ Text = "ML.NET's LatentDirichletAllocation API " + 24new TextData(){ Text = "I like to eat broccoli and bananas." }, 25new TextData(){ Text = "I eat bananas for breakfast." }, 26new TextData(){ Text = "This car is expensive compared to last " + 29new TextData(){ Text = "This car was $X last week." },
2 references to TextData
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\LatentDirichletAllocation.cs (2)
16var samples = new List<TextData>() 55var predictionEngine = mlContext.Model.CreatePredictionEngine<TextData,