2 references to ProduceHashedWordBags
Microsoft.ML.Tests (1)
Scenarios\WordBagTest.cs (1)
70
mlContext.Transforms.Text.
ProduceHashedWordBags
("Text2", new[] { "Text2", "Text2" }, ngramLength: 3, useAllLengths: false));
Microsoft.ML.Transforms (1)
Text\WrappedTextTransformers.cs (1)
250
/// <seealso cref="TextCatalog.
ProduceHashedWordBags
(TransformsCatalog.TextTransforms, string, string[], int, int, int, bool, uint, bool, int)" />