1 write to CharFeatureExtractorFactory
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
275CharFeatureExtractorFactory = extractor;
3 references to CharFeatureExtractorFactory
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
249/// The underlying state of <see cref="CharFeatureExtractorFactory"/> and <see cref="CharFeatureExtractor"/> 434_charFeatureExtractor = OptionalSettings.CharFeatureExtractorFactory; 676estimator._charFeatureExtractor = args.CharFeatureExtractorFactory;