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