1 type derived from TextData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (1)
106
private class TransformedTextData :
TextData
6 instantiations of TextData
Microsoft.ML.Samples (6)
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (6)
19
new
TextData
(){ Text = "This is an example to compute " +
22
new
TextData
(){ Text = "ML.NET's ProduceHashedWordBags API " +
26
new
TextData
(){ Text = "It does so by first tokenizing " +
29
new
TextData
(){ Text = "computing n-grams and hash them to the " +
32
new
TextData
(){ Text = "The hashing reduces the size of the " +
35
new
TextData
(){ Text = "which is useful in case when number of" +
2 references to TextData
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (2)
17
var samples = new List<
TextData
>()
60
var predictionEngine = mlContext.Model.CreatePredictionEngine<
TextData
,