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