2 writes to _charFeatureExtractor
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
428
_charFeatureExtractor
= OptionalSettings.CharFeatureExtractorFactory;
668
estimator.
_charFeatureExtractor
= args.CharFeatureExtractorFactory;
1 reference to _charFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
382
CharExtractorFactory = parent.
_charFeatureExtractor
?.CreateComponent(host, parent._dictionary);