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