20 instantiations of 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
();
19 references to Options
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
46
var
options = new TextFeaturizingEstimator.Options()
Microsoft.ML.Tests (11)
Transformers\TextFeaturizerTests.cs (11)
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()
Microsoft.ML.Transforms (7)
EntryPoints\TextAnalytics.cs (1)
24
public static CommonOutputs.TransformOutput TextTransform(IHostEnvironment env, TextFeaturizingEstimator.
Options
input)
Text\TextCatalog.cs (1)
63
TextFeaturizingEstimator.
Options
options,
Text\TextFeaturizingEstimator.cs (5)
18
[assembly: LoadableClass(TextFeaturizingEstimator.Summary, typeof(IDataTransform), typeof(TextFeaturizingEstimator), typeof(TextFeaturizingEstimator.
Options
), typeof(SignatureDataTransform),
65
/// <seealso cref="TextCatalog.FeaturizeText(TransformsCatalog.TextTransforms, string,
Options
, string[])"/>
283
internal
Options
OptionalSettings { get; }
408
internal TextFeaturizingEstimator(IHostEnvironment env, string name, IEnumerable<string> source,
Options
options = null)
661
internal static IDataTransform Create(IHostEnvironment env,
Options
args, IDataView data)