1 type derived from TextData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
107
private class TransformedTextData :
TextData
6 instantiations of TextData
Microsoft.ML.Samples (6)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (6)
19
new
TextData
(){ Text = "ML.NET's FeaturizeText API uses a " +
23
new
TextData
(){ Text = "This API can be used as a featurizer to " +
26
new
TextData
(){ Text = "There are a number of approaches to text " +
29
new
TextData
(){ Text = "One of the simplest and most common " +
32
new
TextData
(){ Text = "Text classification can be used for a " +
35
new
TextData
(){ Text = "such as sentiment analysis, topic " +
2 references to TextData
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (2)
17
var samples = new List<
TextData
>()
79
var predictionEngine = mlContext.Model.CreatePredictionEngine<
TextData
,