5 references to ColumnOptions
Microsoft.ML.Transforms (5)
Text\NgramHashingTransformer.cs (2)
346
cols[i] = new NgramHashingEstimator.
ColumnOptions
(
1162
: this(env, new
ColumnOptions
(outputColumnName, inputColumnNames, ngramLength, skipLength, useAllLengths, numberOfBits, seed, useOrderedHashing, maximumNumberOfInverts))
Text\TextCatalog.cs (2)
531
new[] {new NgramHashingEstimator.
ColumnOptions
(outputColumnName, new[] { inputColumnName }, ngramLength: ngramLength, skipLength: skipLength,
577
new[] {new NgramHashingEstimator.
ColumnOptions
(outputColumnName, inputColumnNames, ngramLength: ngramLength, skipLength: skipLength,
Text\WordHashBagProducingTransform.cs (1)
361
new NgramHashingEstimator.
ColumnOptions
(column.Name, tmpColNames[iinfo],