1 write to _wordFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
225
_wordFeatureExtractor
= value;
7 references to _wordFeatureExtractor
Microsoft.ML.Transforms (7)
Text\TextFeaturizingEstimator.cs (7)
222
get { return
_wordFeatureExtractor
; }
227
if (
_wordFeatureExtractor
!= null)
230
extractor.NgramLength =
_wordFeatureExtractor
.NgramLength;
231
extractor.SkipLength =
_wordFeatureExtractor
.SkipLength;
232
extractor.UseAllLengths =
_wordFeatureExtractor
.UseAllLengths;
233
extractor.MaxNumTerms =
_wordFeatureExtractor
.MaximumNgramsCount;
234
extractor.Weighting =
_wordFeatureExtractor
.Weighting;