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