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