20 references to Options
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
1806
new TextFeaturizingEstimator.
Options
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
138
new TextFeaturizingEstimator.
Options
Debugging.cs (1)
51
new TextFeaturizingEstimator.
Options
Microsoft.ML.PerformanceTests (2)
FeaturizeTextBench.cs (1)
62
var featurizer = _mlContext.Transforms.Text.FeaturizeText(textColumn, new TextFeaturizingEstimator.
Options
()
StochasticDualCoordinateAscentClassifierBench.cs (1)
102
var text = _mlContext.Transforms.Text.FeaturizeText("WordEmbeddings", new TextFeaturizingEstimator.
Options
Microsoft.ML.Samples (2)
Dynamic\TextTransform.cs (1)
52
new TextFeaturizingEstimator.
Options
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
46
var options = new TextFeaturizingEstimator.
Options
()
Microsoft.ML.Tests (12)
Transformers\TextFeaturizerTests.cs (12)
51
var options = new TextFeaturizingEstimator.
Options
() { StopWordsRemoverOptions = new StopWordsRemovingEstimator.Options(), OutputTokensColumnName = "OutputTokens" };
69
var options = new TextFeaturizingEstimator.
Options
()
98
var options = new TextFeaturizingEstimator.
Options
()
140
var options = new TextFeaturizingEstimator.
Options
()
182
var options = new TextFeaturizingEstimator.
Options
()
211
var options = new TextFeaturizingEstimator.
Options
()
242
var options = new TextFeaturizingEstimator.
Options
()
263
var options = new TextFeaturizingEstimator.
Options
()
311
var options = new TextFeaturizingEstimator.
Options
()
348
var options = new TextFeaturizingEstimator.
Options
()
386
var options = new TextFeaturizingEstimator.
Options
()
436
var feat = ML.Transforms.Text.FeaturizeText("Data", new TextFeaturizingEstimator.
Options
{ OutputTokensColumnName = "OutputTokens" }, new[] { "text" });
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
421
OptionalSettings = new
Options
();