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