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