11 writes to CharFeatureExtractor
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
140
CharFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false },
Debugging.cs (1)
55
CharFeatureExtractor
= null, // new WordBagEstimator.Options { NgramLength = 0, SkipLength = -1 },
Microsoft.ML.PerformanceTests (2)
FeaturizeTextBench.cs (1)
64
CharFeatureExtractor
= null,
StochasticDualCoordinateAscentClassifierBench.cs (1)
108
CharFeatureExtractor
= null,
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
64
CharFeatureExtractor
= new WordBagEstimator.Options()
Microsoft.ML.Tests (5)
Transformers\TextFeaturizerTests.cs (5)
72
CharFeatureExtractor
= null,
101
CharFeatureExtractor
= null,
143
CharFeatureExtractor
= null,
185
CharFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 1 },
213
CharFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 1 },
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
276
CharFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false };
1 reference to CharFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
245
/// The underlying state of <see cref="CharFeatureExtractorFactory"/> and <see cref="
CharFeatureExtractor
"/>