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