11 writes to CharFeatureExtractor
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
140CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false },
Debugging.cs (1)
55CharFeatureExtractor = null, // new WordBagEstimator.Options { NgramLength = 0, SkipLength = -1 },
Microsoft.ML.PerformanceTests (2)
FeaturizeTextBench.cs (1)
64CharFeatureExtractor = null,
StochasticDualCoordinateAscentClassifierBench.cs (1)
108CharFeatureExtractor = null,
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
64CharFeatureExtractor = new WordBagEstimator.Options()
Microsoft.ML.Tests (5)
Transformers\TextFeaturizerTests.cs (5)
72CharFeatureExtractor = null, 101CharFeatureExtractor = null, 143CharFeatureExtractor = null, 185CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 213CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 },
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
276CharFeatureExtractor = 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"/>