2 references to ColumnOptions
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (1)
481var col = new WordTokenizingEstimator.ColumnOptions(GenerateColumnName(view.Schema, textCols[i], "WordTokenizer"), textCols[i]);
Text\WordTokenizing.cs (1)
479: this(env, columns.Select(x => new ColumnOptions(x.outputColumnName, x.inputColumnName, separators)).ToArray())