3 references to ColumnOptions
Microsoft.ML.Transforms (3)
Text\NgramHashingTransformer.cs (1)
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,