1 type derived from TextData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\ProduceHashedNgrams.cs (1)
105
private class TransformedTextData :
TextData
5 instantiations of TextData
Microsoft.ML.Samples (5)
Dynamic\Transforms\Text\ProduceHashedNgrams.cs (5)
19
new
TextData
(){ Text = "This is an example to compute n-grams " +
22
new
TextData
(){ Text = "N-gram is a sequence of 'N' consecutive" +
25
new
TextData
(){ Text = "ML.NET's ProduceHashedNgrams API " +
29
new
TextData
(){ Text = "The hashing reduces the size of the " +
32
new
TextData
(){ Text = "which is useful in case when number of " +
2 references to TextData
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\ProduceHashedNgrams.cs (2)
17
var samples = new List<
TextData
>()
61
var predictionEngine = mlContext.Model.CreatePredictionEngine<
TextData
,