1 write to _wordFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
229
_wordFeatureExtractor
= value;
7 references to _wordFeatureExtractor
Microsoft.ML.Transforms (7)
Text\TextFeaturizingEstimator.cs (7)
226
get { return
_wordFeatureExtractor
; }
231
if (
_wordFeatureExtractor
!= null)
234
extractor.NgramLength =
_wordFeatureExtractor
.NgramLength;
235
extractor.SkipLength =
_wordFeatureExtractor
.SkipLength;
236
extractor.UseAllLengths =
_wordFeatureExtractor
.UseAllLengths;
237
extractor.MaxNumTerms =
_wordFeatureExtractor
.MaximumNgramsCount;
238
extractor.Weighting =
_wordFeatureExtractor
.Weighting;