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