1 write to _charFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
258
_charFeatureExtractor
= value;
7 references to _charFeatureExtractor
Microsoft.ML.Transforms (7)
Text\TextFeaturizingEstimator.cs (7)
255
get { return
_charFeatureExtractor
; }
260
if (
_charFeatureExtractor
!= null)
263
extractor.NgramLength =
_charFeatureExtractor
.NgramLength;
264
extractor.SkipLength =
_charFeatureExtractor
.SkipLength;
265
extractor.UseAllLengths =
_charFeatureExtractor
.UseAllLengths;
266
extractor.MaxNumTerms =
_charFeatureExtractor
.MaximumNgramsCount;
267
extractor.Weighting =
_charFeatureExtractor
.Weighting;