1 type derived from TextData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeText.cs (1)
85
private class TransformedTextData :
TextData
6 instantiations of TextData
Microsoft.ML.Samples (6)
Dynamic\Transforms\Text\FeaturizeText.cs (6)
18
new
TextData
(){ Text = "ML.NET's FeaturizeText API uses a " +
22
new
TextData
(){ Text = "This API can be used as a featurizer to " +
25
new
TextData
(){ Text = "There are a number of approaches to text " +
28
new
TextData
(){ Text = "One of the simplest and most common " +
31
new
TextData
(){ Text = "Text classification can be used for a " +
34
new
TextData
(){ Text = "such as sentiment analysis, topic " +
2 references to TextData
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\FeaturizeText.cs (2)
16
var samples = new List<
TextData
>()
61
var predictionEngine = mlContext.Model.CreatePredictionEngine<
TextData
,