3 instantiations of Column
Microsoft.ML.Tests (1)
Transformers\TextFeaturizerTests.cs (1)
573
new StopWordsRemovingTransformer.
Column
() { Name = "Text", Source = "Text" }
Microsoft.ML.Transforms (2)
Text\StopWordsRemovingTransformer.cs (1)
83
var res = new
Column
();
Text\TextFeaturizingEstimator.cs (1)
503
var col = new
StopWordsCol
();
7 references to Column
Microsoft.ML.Transforms (7)
Text\StopWordsRemovingTransformer.cs (4)
79
internal static
Column
Parse(string str)
83
var
res = new Column();
101
public
Column
[] Columns;
264
var
item = options.Columns[i];
Text\TextFeaturizingEstimator.cs (3)
27
using StopWordsCol = StopWordsRemovingTransformer.
Column
;
499
var xfCols = new
StopWordsCol
[wordTokCols.Length];
503
var
col = new StopWordsCol();