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