2 writes to _dictionary
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
432_dictionary = null; 673estimator._dictionary = args.Dictionary;
3 references to _dictionary
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
387WordExtractorFactory = parent._wordFeatureExtractor?.CreateComponent(host, parent._dictionary); 388CharExtractorFactory = parent._charFeatureExtractor?.CreateComponent(host, parent._dictionary); 397Dictionary = parent._dictionary;