2 instantiations of Column
Microsoft.ML.Transforms (2)
Text\StopWordsRemovingTransformer.cs (1)
83var res = new Column();
Text\TextFeaturizingEstimator.cs (1)
497var col = new StopWordsCol();
7 references to Column
Microsoft.ML.Transforms (7)
Text\StopWordsRemovingTransformer.cs (4)
79internal static Column Parse(string str) 83var res = new Column(); 101public Column[] Columns; 264var item = options.Columns[i];
Text\TextFeaturizingEstimator.cs (3)
27using StopWordsCol = StopWordsRemovingTransformer.Column; 493var xfCols = new StopWordsCol[wordTokCols.Length]; 497var col = new StopWordsCol();