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