20 references to WordHashBagEstimator
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (1)
47var textPipeline = mlContext.Transforms.Text.ProduceHashedWordBags(
Microsoft.ML.Transforms (19)
Text\NgramHashingTransformer.cs (6)
1102/// <see cref="NgramHashingEstimator"/> is different from <see cref="WordHashBagEstimator"/> in a way that <see cref="NgramHashingEstimator"/> 1103/// takes tokenized text as input while <see cref="WordHashBagEstimator"/> tokenizes text internally. 1136/// <see cref="NgramHashingEstimator"/> is different from <see cref="WordHashBagEstimator"/> in a way that <see cref="NgramHashingEstimator"/> 1137/// takes tokenized text as input while <see cref="WordHashBagEstimator"/> tokenizes text internally. 1170/// <see cref="NgramHashingEstimator"/> is different from <see cref="WordHashBagEstimator"/> in a way that <see cref="NgramHashingEstimator"/> 1171/// takes tokenized text as input while <see cref="WordHashBagEstimator"/> tokenizes text internally.
Text\TextCatalog.cs (12)
420/// Create a <see cref="WordHashBagEstimator"/>, which maps the column specified in <paramref name="inputColumnName"/> 424/// <see cref="WordHashBagEstimator"/> is different from <see cref="NgramHashingEstimator"/> in that the former 442public static WordHashBagEstimator ProduceHashedWordBags(this TransformsCatalog.TextTransforms catalog, 458/// Create a <see cref="WordHashBagEstimator"/>, which maps the multiple columns specified in <paramref name="inputColumnNames"/> 462/// <see cref="WordHashBagEstimator"/> is different from <see cref="NgramHashingEstimator"/> in that the former 480public static WordHashBagEstimator ProduceHashedWordBags(this TransformsCatalog.TextTransforms catalog, 500/// <see cref="NgramHashingEstimator"/> is different from <see cref="WordHashBagEstimator"/> in a way that <see cref="NgramHashingEstimator"/> 501/// takes tokenized text as input while <see cref="WordHashBagEstimator"/> tokenizes text internally. 539/// <see cref="NgramHashingEstimator"/> is different from <see cref="WordHashBagEstimator"/> in a way that <see cref="NgramHashingEstimator"/> 540/// takes tokenized text as input while <see cref="WordHashBagEstimator"/> tokenizes text internally. 584/// <see cref="NgramHashingEstimator"/> is different from <see cref="WordHashBagEstimator"/> in a way that <see cref="NgramHashingEstimator"/> 585/// takes tokenized text as input while <see cref="WordHashBagEstimator"/> tokenizes text internally.
Text\WrappedTextTransformers.cs (1)
356_host = env.Register(nameof(WordHashBagEstimator));