2 writes to _dictionary
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
426_dictionary = null; 665estimator._dictionary = args.Dictionary;
3 references to _dictionary
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
381WordExtractorFactory = parent._wordFeatureExtractor?.CreateComponent(host, parent._dictionary); 382CharExtractorFactory = parent._charFeatureExtractor?.CreateComponent(host, parent._dictionary); 391Dictionary = parent._dictionary;