1 write to CharFeatureExtractorFactory
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
269
CharFeatureExtractorFactory
= 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
;
668
estimator._charFeatureExtractor = args.
CharFeatureExtractorFactory
;