2 writes to _wordFeatureExtractor
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
433_wordFeatureExtractor = OptionalSettings.WordFeatureExtractorFactory; 675estimator._wordFeatureExtractor = args.WordFeatureExtractorFactory;
1 reference to _wordFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
387WordExtractorFactory = parent._wordFeatureExtractor?.CreateComponent(host, parent._dictionary);