4 references to ProduceHashedWordBags
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (1)
47
var textPipeline = mlContext.Transforms.Text.
ProduceHashedWordBags
(
Microsoft.ML.Tests (2)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
530
.Append(mlContext.Transforms.Text.
ProduceHashedWordBags
("BagOfBigrams", "NormalizedMessage",
Scenarios\WordBagTest.cs (1)
69
mlContext.Transforms.Text.
ProduceHashedWordBags
("Text", "Text", ngramLength: 3, useAllLengths: false).Append(
Microsoft.ML.Transforms (1)
Text\WrappedTextTransformers.cs (1)
249
/// <seealso cref="TextCatalog.
ProduceHashedWordBags
(TransformsCatalog.TextTransforms, string, string, int, int, int, bool, uint, bool, int)" />